You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
2.3 KiB
88 lines
2.3 KiB
{
|
|
"name": "bitcore-wallet-service",
|
|
"description": "A service for Mutisig HD Bitcoin Wallets",
|
|
"author": "BitPay Inc",
|
|
"version": "2.2.0",
|
|
"licence": "MIT",
|
|
"keywords": [
|
|
"bitcoin",
|
|
"copay",
|
|
"multisig",
|
|
"wallet",
|
|
"bitcore",
|
|
"BWS"
|
|
],
|
|
"repository": {
|
|
"url": "git@github.com:bitpay/bitcore-wallet-service.git",
|
|
"type": "git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bitpay/bitcore-wallet-service/issues"
|
|
},
|
|
"dependencies": {
|
|
"async": "^0.9.2",
|
|
"bitcore-lib": "^0.15.0",
|
|
"bitcore-lib-cash": "^0.15.1",
|
|
"body-parser": "^1.11.0",
|
|
"compression": "^1.6.2",
|
|
"coveralls": "^2.11.2",
|
|
"email-validator": "^1.0.1",
|
|
"express": "^4.10.0",
|
|
"express-rate-limit": "^2.6.0",
|
|
"inherits": "^2.0.1",
|
|
"json-stable-stringify": "^1.0.0",
|
|
"locker": "^0.1.0",
|
|
"locker-server": "^0.1.3",
|
|
"lodash": "^3.10.1",
|
|
"mocha-lcov-reporter": "0.0.1",
|
|
"moment": "^2.10.3",
|
|
"mongodb": "^2.0.27",
|
|
"morgan": "*",
|
|
"mustache": "^2.1.0",
|
|
"nodemailer": "^1.3.4",
|
|
"nodemailer-sendgrid-transport": "^0.2.0",
|
|
"npmlog": "^0.1.1",
|
|
"preconditions": "^1.0.7",
|
|
"read": "^1.0.5",
|
|
"request": "^2.53.0",
|
|
"secp256k1": "^3.1.0",
|
|
"sjcl": "^1.0.2",
|
|
"socket.io": "^1.3.5",
|
|
"socket.io-client": "^1.3.5",
|
|
"sticky-session": "^0.1.0",
|
|
"uuid": "*"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^1.9.1",
|
|
"istanbul": "*",
|
|
"jsdoc": "^3.3.0-beta1",
|
|
"memdown": "^1.0.0",
|
|
"mocha": "^1.18.2",
|
|
"proxyquire": "^1.7.2",
|
|
"sinon": "1.10.3",
|
|
"supertest": "*",
|
|
"tingodb": "^0.5.1"
|
|
},
|
|
"scripts": {
|
|
"start": "./start.sh",
|
|
"stop": "./stop.sh",
|
|
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test",
|
|
"test": "./node_modules/.bin/mocha",
|
|
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
|
},
|
|
"bitcoreNode": "./bitcorenode",
|
|
"contributors": [
|
|
{
|
|
"name": "Braydon Fuller",
|
|
"email": "braydon@bitpay.com"
|
|
},
|
|
{
|
|
"name": "Ivan Socolsky",
|
|
"email": "ivan@bitpay.com"
|
|
},
|
|
{
|
|
"name": "Matias Alejo Garcia",
|
|
"email": "ematiu@gmail.com"
|
|
}
|
|
]
|
|
}
|
|
|