2011-09-26 17:35:29 +01:00
|
|
|
{
|
|
|
|
"name": "bitcoinjs-lib",
|
2017-07-21 12:30:56 +10:00
|
|
|
"version": "3.1.1",
|
2011-09-26 17:35:29 +01:00
|
|
|
"description": "Client-side Bitcoin JavaScript library",
|
2013-02-17 00:39:15 -05:00
|
|
|
"main": "./src/index.js",
|
2016-10-07 11:34:33 +11:00
|
|
|
"engines": {
|
2017-01-04 11:23:04 +11:00
|
|
|
"node": ">=4.0.0"
|
2016-10-06 21:22:24 +11:00
|
|
|
},
|
2011-09-26 17:35:29 +01:00
|
|
|
"keywords": [
|
|
|
|
"bitcoin",
|
|
|
|
"browser",
|
|
|
|
"client",
|
|
|
|
"library"
|
|
|
|
],
|
2014-06-10 17:48:32 +10:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2013-02-17 00:39:15 -05:00
|
|
|
"scripts": {
|
2016-09-14 22:25:12 +10:00
|
|
|
"coverage-report": "nyc report --reporter=lcov",
|
2016-10-14 20:03:54 +02:00
|
|
|
"coverage-html": "nyc report --reporter=html",
|
2016-09-14 22:25:12 +10:00
|
|
|
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
|
2015-07-07 15:01:13 +10:00
|
|
|
"integration": "mocha test/integration/",
|
2015-02-23 10:44:05 +11:00
|
|
|
"standard": "standard",
|
2016-10-10 12:20:48 +11:00
|
|
|
"test": "npm run standard && npm run coverage",
|
2015-07-07 15:01:13 +10:00
|
|
|
"unit": "mocha"
|
2014-03-08 13:02:40 +08:00
|
|
|
},
|
2014-11-29 12:39:12 +11:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bitcoinjs/bitcoinjs-lib.git"
|
|
|
|
},
|
2016-02-15 09:12:11 +03:00
|
|
|
"files": [
|
|
|
|
"src"
|
|
|
|
],
|
2014-03-08 13:02:40 +08:00
|
|
|
"dependencies": {
|
2017-08-14 17:15:34 +10:00
|
|
|
"bech32": "0.0.3",
|
2015-01-09 14:19:32 +11:00
|
|
|
"bigi": "^1.4.0",
|
2015-08-22 11:54:00 +10:00
|
|
|
"bip66": "^1.1.0",
|
2016-12-18 01:24:00 +11:00
|
|
|
"bitcoin-ops": "^1.3.0",
|
2016-12-21 12:52:09 +11:00
|
|
|
"bs58check": "^2.0.0",
|
2015-03-17 12:31:53 +11:00
|
|
|
"create-hash": "^1.1.0",
|
|
|
|
"create-hmac": "^1.1.3",
|
2015-02-02 19:04:16 +11:00
|
|
|
"ecurve": "^1.0.0",
|
2017-04-18 12:32:17 +10:00
|
|
|
"merkle-lib": "^2.0.10",
|
2016-12-18 01:24:00 +11:00
|
|
|
"pushdata-bitcoin": "^1.0.1",
|
2015-03-17 12:31:53 +11:00
|
|
|
"randombytes": "^2.0.1",
|
2017-05-23 15:14:08 +10:00
|
|
|
"safe-buffer": "^5.0.1",
|
2017-08-09 16:03:12 +10:00
|
|
|
"typeforce": "^1.11.3",
|
2016-10-06 21:53:48 +11:00
|
|
|
"varuint-bitcoin": "^1.0.4",
|
2016-02-24 13:08:40 +03:00
|
|
|
"wif": "^2.0.1"
|
2014-11-29 12:39:12 +11:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-10-07 11:34:33 +11:00
|
|
|
"async": "^2.0.1",
|
2017-04-19 23:10:30 +10:00
|
|
|
"bip39": "^2.3.0",
|
2016-12-21 12:52:09 +11:00
|
|
|
"bs58": "^4.0.0",
|
2015-08-07 14:47:07 +10:00
|
|
|
"cb-http-client": "^0.2.0",
|
2016-10-12 14:31:41 +11:00
|
|
|
"coinselect": "^3.1.1",
|
2017-08-09 16:03:12 +10:00
|
|
|
"dhttp": "^2.3.5",
|
2016-12-18 01:24:49 +11:00
|
|
|
"minimaldata": "^1.0.2",
|
2016-10-07 11:34:33 +11:00
|
|
|
"mocha": "^3.1.0",
|
2017-04-18 12:32:17 +10:00
|
|
|
"nyc": "^10.2.0",
|
2015-03-18 23:30:04 +08:00
|
|
|
"proxyquire": "^1.4.0",
|
2015-02-23 10:36:57 +11:00
|
|
|
"sinon": "^1.12.2",
|
2017-03-29 17:05:31 +11:00
|
|
|
"standard": "^9.0.2"
|
2016-02-15 23:11:13 +03:00
|
|
|
},
|
|
|
|
"license": "MIT"
|
2011-09-26 17:35:29 +01:00
|
|
|
}
|