Files
cid/package.json

31 lines
674 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-02-02 18:53:32 -08:00
"hash": "QmbZ6Cee2uHjG7hf19qLHppgKDRtaG4CVtMzdmK9VCVqLu",
"name": "go-multihash",
2017-02-02 18:53:32 -08:00
"version": "1.0.2"
2016-09-04 11:48:13 -07:00
},
{
"author": "whyrusleeping",
"hash": "QmXzWFN4iLdX1Vq8Sc13mET7aXsHkTyJoMbaJJD3NGRhiJ",
2016-09-04 11:48:13 -07:00
"name": "go-multibase",
2016-10-24 17:30:53 -07:00
"version": "0.2.1"
}
],
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-02-02 18:39:03 -08:00
"version": "0.7.8"
2016-08-26 17:56:12 -07:00
}
2016-09-27 03:43:09 -07:00