Files
cid/package.json

31 lines
674 B
JSON
Raw Permalink 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-11-02 16:51:23 -07:00
"hash": "QmerPMzPk1mJVowm8KgmoknWa4yCYvvugMPsgWmDNUvDLW",
"name": "go-multihash",
2018-11-02 16:51:23 -07:00
"version": "1.0.9"
2016-09-04 11:48:13 -07:00
},
{
"author": "whyrusleeping",
2018-09-11 14:18:23 -04:00
"hash": "QmekxXDhCxCJRNuzmHreuaT3BsuJcsjcXWNrtV9C8DRHtd",
2016-09-04 11:48:13 -07:00
"name": "go-multibase",
2018-09-11 14:18:23 -04:00
"version": "0.3.0"
}
],
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\"",
2019-02-20 20:12:25 -08:00
"version": "0.9.3"
2016-08-26 17:56:12 -07:00
}
2016-09-27 03:43:09 -07:00