Files
cid/package.json

31 lines
675 B
JSON
Raw Normal View History

2016-08-26 17:56:12 -07:00
{
"author": "whyrusleeping",
"bugs": {
2016-09-04 11:51:23 -07:00
"url": "https://github.com/ipfs/go-cid"
2016-08-26 17:56:12 -07:00
},
"gx": {
2016-09-04 11:51:23 -07:00
"dvcsimport": "github.com/ipfs/go-cid"
2016-08-26 17:56:12 -07:00
},
"gxDependencies": [
{
"author": "whyrusleeping",
2017-07-07 19:34:27 -07:00
"hash": "QmU9a9NV9RdPNwZQDYd5uKsm6N6LJLSvLbywDDYFbaaC6P",
"name": "go-multihash",
2017-07-07 19:34:27 -07:00
"version": "1.0.5"
2016-09-04 11:48:13 -07:00
},
{
"author": "whyrusleeping",
2017-05-01 17:37:29 -07:00
"hash": "Qme4T6BE4sQxg7ZouamF5M7Tx1ZFTqzcns7BkyQPXpoT99",
2016-09-04 11:48:13 -07:00
"name": "go-multibase",
2017-05-01 17:37:29 -07:00
"version": "0.2.4"
}
],
2016-08-26 17:56:12 -07:00
"gxVersion": "0.8.0",
"language": "go",
2016-11-18 00:50:33 +01:00
"license": "MIT",
2016-08-26 17:56:12 -07:00
"name": "go-cid",
2016-09-27 03:43:09 -07:00
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
2017-07-07 19:34:27 -07:00
"version": "0.7.17"
2016-08-26 17:56:12 -07:00
}
2016-09-27 03:43:09 -07:00