Files
multibase/package.json

31 lines
696 B
JSON
Raw 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": "whyrusleeping",
"hash": "QmfVj3x4D6Jkq9SEoi5n2NmoUomLwoeiwnYz2KQa15wRw6",
"name": "base32",
"version": "0.0.2"
},
2016-09-04 11:45:57 -07:00
{
"author": "whyrusleeping",
"hash": "QmT8rehPR3F6bmwL6zjUN8XpiDBFFpMP2myPdC6ApsWfJf",
"name": "go-base58",
"version": "0.0.0"
}
],
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\"",
2017-05-01 17:33:12 -07:00
"version": "0.2.4"
2016-08-22 17:37:43 -07:00
}
2016-10-24 15:32:13 -07:00