{ "name": "bitcoinjs-lib", "version": "2.3.0", "description": "Client-side Bitcoin JavaScript library", "main": "./src/index.js", "engines" : { "node" : ">=0.12" }, "keywords": [ "bitcoin", "browser", "client", "library" ], "contributors": [ { "name": "Daniel Cousens", "email": "bitcoin@dcousens.com", "url": "http://dcousens.com" }, { "name": "Kyle Drake", "email": "kyle@kyledrake.net", "url": "http://kyledrake.net/" }, { "name": "Wei Lu", "email": "luwei.here@gmail.com", "url": "http://weilu.github.io/" }, { "name": "Stefan Thomas", "email": "justmoon@members.fsf.org", "url": "http://www.justmoon.net" } ], "scripts": { "coverage-report": "nyc report --reporter=lcov", "coverage": "nyc --check-coverage --branches 90 --functions 90 mocha", "integration": "mocha test/integration/", "prepublish": "npm run test", "standard": "standard", "test": "npm run standard && npm run unit", "unit": "mocha" }, "repository": { "type": "git", "url": "https://github.com/bitcoinjs/bitcoinjs-lib.git" }, "files": [ "src" ], "dependencies": { "bigi": "^1.4.0", "bip66": "^1.1.0", "bs58check": "^1.0.5", "buffer-reverse": "^1.0.0", "create-hash": "^1.1.0", "create-hmac": "^1.1.3", "ecurve": "^1.0.0", "randombytes": "^2.0.1", "typeforce": "^1.8.7", "wif": "^2.0.1" }, "devDependencies": { "async": "^1.5.0", "browserify": "^10.0.0", "bs58": "^2.0.1", "cb-http-client": "^0.2.0", "httpify": "^1.0.0", "minimaldata": "^1.0.0", "mocha": "^2.2.0", "nyc": "^8.1.0", "proxyquire": "^1.4.0", "sinon": "^1.12.2", "standard": "^8.0.0" }, "license": "MIT" }