mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-19 07:36:40 +00:00
37 lines
654 B
JSON
37 lines
654 B
JSON
{
|
|
"name": "base58",
|
|
"version": "0.1.0",
|
|
"keywords": "base58",
|
|
"description": "Base58 encoding and decoding",
|
|
"licenses": [{
|
|
"type": "MIT",
|
|
"url": "https://raw.github.com/jimeh/node-base58/master/LICENSE.md"
|
|
}],
|
|
|
|
"author": {
|
|
"name": "Jim Myhrberg",
|
|
"email": "contact@jimeh.me"
|
|
},
|
|
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "https://github.com/jimeh/node-base58.git"
|
|
},
|
|
|
|
"main": "./lib/base58",
|
|
|
|
"engines": {
|
|
"node": ">= 0.4.0 < 0.7.0"
|
|
},
|
|
|
|
"devDependencies": {
|
|
"coffee-script": "1.3.1",
|
|
"mocha": "1.0.x",
|
|
"should": "0.6.x"
|
|
},
|
|
|
|
"scripts": {
|
|
"test": "make test"
|
|
}
|
|
}
|