Browse Source

Merge pull request #165 from matiu/v0.0.21

V0.0.21
activeAddress
Matias Alejo Garcia 10 years ago
parent
commit
dd803af36e
  1. 24
      package.json

24
package.json

@ -2,7 +2,7 @@
"name": "bitcore-wallet-service", "name": "bitcore-wallet-service",
"description": "A service for Mutisig HD Bitcoin Wallets", "description": "A service for Mutisig HD Bitcoin Wallets",
"author": "BitPay Inc", "author": "BitPay Inc",
"version": "0.0.19", "version": "0.0.21",
"keywords": [ "keywords": [
"bitcoin", "bitcoin",
"copay", "copay",
@ -19,8 +19,9 @@
}, },
"dependencies": { "dependencies": {
"async": "^0.9.0", "async": "^0.9.0",
"bitcore-explorers": "^0.9.1", "bitcore": "^0.11.6",
"bitcore-wallet-utils": "^0.0.7", "bitcore-explorers": "^0.10.3",
"bitcore-wallet-utils": "0.0.12",
"body-parser": "^1.11.0", "body-parser": "^1.11.0",
"coveralls": "^2.11.2", "coveralls": "^2.11.2",
"express": "^4.10.0", "express": "^4.10.0",
@ -54,11 +55,14 @@
"test": "./node_modules/.bin/mocha", "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" "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"
}, },
"contributors": [{ "contributors": [
"name": "Ivan Socolsky", {
"email": "ivan@bitpay.com" "name": "Ivan Socolsky",
}, { "email": "ivan@bitpay.com"
"name": "Matias Alejo Garcia", },
"email": "ematiu@gmail.com" {
}] "name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
}
]
} }

Loading…
Cancel
Save