fcoin/package.json
Fedor Indutny 2401fa2d4f 0.1.1
2014-05-06 17:15:50 +04:00

34 lines
701 B
JSON

{
"name": "bcoin",
"version": "0.1.1",
"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": "^0.3.0",
"elliptic": "^0.9.0",
"hash.js": "^0.2.0"
},
"devDependencies": {
"browserify": "^3.44.2",
"mocha": "^1.18.2"
}
}