{ "name": "bcoin", "version": "0.6.3", "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 ", "license": "MIT", "bugs": { "url": "https://github.com/indutny/bcoin/issues" }, "homepage": "https://github.com/indutny/bcoin", "dependencies": { "async": "^0.8.0", "bn.js": "^0.4.0", "elliptic": "^0.10.0", "hash.js": "^0.2.0", "inherits": "^2.0.1" }, "devDependencies": { "browserify": "^3.44.2", "mocha": "^1.18.2" } }