Files
multibase/package.json

31 lines
688 B
JSON
Raw Permalink Normal View History

2016-08-22 17:37:43 -07:00
{
"author": "whyrusleeping",
"bugs": {
"url": "https://github.com/multiformats/go-multibase"
},
"gx": {
"dvcsimport": "github.com/multiformats/go-multibase"
},
2016-09-04 11:45:57 -07:00
"gxDependencies": [
{
"author": "mr-tron",
"hash": "QmWFAMPqsEyUX7gDUsRVmMWz59FxSpJ1b2v6bJ1yYzo7jY",
"name": "go-base58-fast",
"version": "0.1.1"
},
{
"author": "Golang",
"hash": "QmPbbYin7KBd1Y1BfUe15vHzwJiioyi3wtKQTtXWWf8SC5",
"name": "base32",
"version": "0.0.3"
2016-09-04 11:45:57 -07:00
}
],
2016-08-22 17:37:43 -07:00
"gxVersion": "0.8.0",
"language": "go",
"license": "",
"name": "go-multibase",
2017-02-02 18:59:19 -08:00
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
2018-08-31 20:32:43 -04:00
"version": "0.3.0"
2016-08-22 17:37:43 -07:00
}
2016-10-24 15:32:13 -07:00