2014-04-28 17:12:26 +04:00
|
|
|
{
|
|
|
|
|
"name": "bcoin",
|
2016-02-19 22:29:33 -08:00
|
|
|
"version": "1.0.0-alpha",
|
2014-04-28 17:12:26 +04:00
|
|
|
"description": "Bitcoin bike-shed",
|
2016-02-19 22:29:33 -08:00
|
|
|
"main": "./lib/bcoin.js",
|
2016-04-08 15:03:04 -07:00
|
|
|
"bin": {
|
|
|
|
|
"bcoin-node": "./bin/node",
|
|
|
|
|
"bcoin-cli": "./bin/bcoin-cli"
|
|
|
|
|
},
|
2016-02-19 22:29:33 -08:00
|
|
|
"preferGlobal": false,
|
2014-04-28 17:12:26 +04:00
|
|
|
"scripts": {
|
2016-05-01 21:19:25 -07:00
|
|
|
"test": "mocha --reporter spec test/*-test.js"
|
2014-04-28 17:12:26 +04:00
|
|
|
},
|
2016-03-10 02:15:29 -08:00
|
|
|
"repository": "git://github.com/bcoin-org/bcoin.git",
|
2014-04-28 17:12:26 +04:00
|
|
|
"keywords": [
|
|
|
|
|
"bitcoin",
|
2016-02-21 04:57:33 -08:00
|
|
|
"blockchain",
|
2016-02-19 22:29:33 -08:00
|
|
|
"bcoin",
|
|
|
|
|
"wallet"
|
2014-04-28 17:12:26 +04:00
|
|
|
],
|
|
|
|
|
"author": "Fedor Indutny <fedor@indutny.com>",
|
2016-02-21 04:57:33 -08:00
|
|
|
"contributors": [
|
|
|
|
|
"Christopher Jeffrey <chjjeffrey@gmail.com> (https://github.com/chjj)"
|
|
|
|
|
],
|
2014-04-28 17:12:26 +04:00
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/indutny/bcoin/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/indutny/bcoin",
|
2016-02-19 22:29:33 -08:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 0.8.0"
|
|
|
|
|
},
|
2014-04-28 17:12:26 +04:00
|
|
|
"dependencies": {
|
2016-03-24 13:28:24 -07:00
|
|
|
"bn.js": "4.11.0",
|
|
|
|
|
"elliptic": "6.2.3",
|
2016-04-08 14:55:54 -07:00
|
|
|
"leveldown": "git://github.com/chjj/leveldown.git#staging"
|
2016-02-21 04:57:33 -08:00
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"secp256k1": "3.0.0",
|
2016-04-08 14:57:43 -07:00
|
|
|
"socket.io": "1.4.5"
|
2014-04-28 17:12:26 +04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2016-03-31 21:59:36 -07:00
|
|
|
"browserify": "13.0.0",
|
2016-02-21 04:57:33 -08:00
|
|
|
"hash.js": "1.0.3",
|
2016-04-15 05:28:23 -07:00
|
|
|
"jsdoc": "3.4.0",
|
2016-02-21 04:57:33 -08:00
|
|
|
"level-js": "2.2.3",
|
2016-05-04 18:01:50 -07:00
|
|
|
"mocha": "2.4.5",
|
2016-03-31 21:59:36 -07:00
|
|
|
"uglify-js": "2.6.1",
|
2016-05-03 19:50:19 -07:00
|
|
|
"v8-profiler": "5.6.1"
|
2014-04-28 17:12:26 +04:00
|
|
|
}
|
|
|
|
|
}
|