mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-19 07:36:40 +00:00
27 lines
518 B
JSON
27 lines
518 B
JSON
{
|
|
"name": "base58",
|
|
"version": "0.0.1",
|
|
"author": "Jim Myhrberg <contact@jimeh.me>",
|
|
"keywords": "base58",
|
|
"description": "Base58 encoding and decoding",
|
|
"license": "MIT",
|
|
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "http://github.com/jimeh/node-base58.git"
|
|
},
|
|
|
|
"main": "./lib/base58",
|
|
"engine": "node > 0.4.0 < 0.7.0",
|
|
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
|
|
"devDependencies": {
|
|
"coffee-script": "1.3.1",
|
|
"mocha": "1.0.x",
|
|
"should": "0.6.x"
|
|
}
|
|
}
|