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",
2018-06-08 20:25:20 -07:00
"hash": "QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8",
"name": "go-multihash",
2018-06-08 20:25:20 -07:00
"version": "1.0.8"
2016-09-04 11:48:13 -07:00
},
{
"author": "whyrusleeping",
2018-07-27 18:02:02 -04:00
"hash": "QmSbvata2WqNkqGtZNg8MR3SKwnB8iQ7vTPJgWqB8bC5kR",
2016-09-04 11:48:13 -07:00
"name": "go-multibase",
2018-07-27 18:02:02 -04:00
"version": "0.2.7"
}
],
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\"",
"version": "0.7.23"
2016-08-26 17:56:12 -07:00
}
2016-09-27 03:43:09 -07:00