fcoin/package.json
2016-01-13 18:31:07 -08:00

35 lines
725 B
JSON

{
"name": "bcoin",
"version": "0.15.0",
"description": "Bitcoin bike-shed",
"main": "lib/bcoin.js",
"scripts": {
"test": "mocha --reporter spec test/*-test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:indutny/bcoin"
},
"keywords": [
"bitcoin",
"bcoin"
],
"author": "Fedor Indutny <fedor@indutny.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/bcoin/issues"
},
"homepage": "https://github.com/indutny/bcoin",
"dependencies": {
"async": "^0.8.0",
"bn.js": "4.6.3",
"elliptic": "6.0.2",
"hash.js": "1.0.3",
"inherits": "^2.0.1"
},
"devDependencies": {
"browserify": "^3.44.2",
"mocha": "^1.18.2"
}
}