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",
2016-10-05 11:37:05 -07:00
"hash": "QmYDds3421prZgqKbLpEK7T9Aa2eVdQ7o3YarX1LVLdP2J",
"name": "go-multihash",
2016-10-05 11:37:05 -07:00
"version": "1.0.0"
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\"",
2016-11-25 18:47:39 +01:00
"version": "0.7.7"
2016-08-26 17:56:12 -07:00
}
2016-09-27 03:43:09 -07:00