bitcore-wallet-client-excc
Version:
Client for bitcore-wallet-service-excc
96 lines (95 loc) • 2.51 kB
JSON
{
"_args": [
[
{
"raw": "bitcore-wallet-client-excc@1.0.0",
"scope": null,
"escapedName": "bitcore-wallet-client-excc",
"name": "bitcore-wallet-client-excc",
"rawSpec": "1.0.0",
"spec": "1.0.0",
"type": "version"
}
]
],
"_from": "bitcore-wallet-client-excc@1.0.0",
"_id": "bitcore-wallet-client-excc@1.0.0",
"_inCache": true,
"_location": "/bitcore-wallet-client-excc",
"_nodeVersion": "8.5.0",
"_npmUser": {
"name": "ematiu",
"email": "ematiu@gmail.com"
},
"_npmVersion": "5.3.0",
"author": {
"name": "BitPay Inc"
},
"dependencies": {
"async": "^0.9.0",
"bip38": "^1.3.0",
"bitcore-lib-excc": "^1.0.0",
"bitcore-lib-cash": "git+https://github.com/bitpay/bitcore-lib.git#cash",
"bitcore-mnemonic-excc": "^1.5.0",
"bitcore-payment-protocol-excc": "^1.5.0",
"json-stable-stringify": "^1.0.0",
"lodash": "^3.3.1",
"preconditions": "^1.0.8",
"sjcl": "1.0.3",
"superagent": "^3.4.1"
},
"description": "Client for bitcore-wallet-service-excc",
"devDependencies": {
"bitcore-wallet-service-excc": "^2.1.1",
"browserify": "^13.1.0",
"chai": "^1.9.1",
"coveralls": "^2.11.2",
"grunt": "~0.4.0",
"grunt-jsdox": "^0.1.7",
"istanbul": "*",
"mocha": "^1.18.2",
"sinon": "^1.10.3",
"supertest": "^3.0.0",
"tingodb": "^0.3.4",
"uglify": "^0.1.1",
"uuid": "^2.0.1"
},
"engine": "node >= 8.0.0",
"keywords": [
"copay",
"multisig",
"wallet",
"client",
"bitcore",
"BWS",
"BWC",
"exchangecoin"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "cmgustavo",
"email": "cmgustavo83@gmail.com"
},
{
"name": "ematiu",
"email": "ematiu@gmail.com"
},
{
"name": "isocolsky",
"email": "jungans@gmail.com"
}
],
"name": "bitcore-wallet-client-excc",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"docs": "jsdox lib/* lib/common lib/errors -o docs && cat README.header.md docs/*.md LICENSE > README.md",
"start": "node app.js",
"test": "mocha"
},
"version": "1.0.3"
}