Small changes to package.json

This commit is contained in:
Manuel Araoz 2015-02-05 13:52:23 -03:00
parent 2c00c87198
commit 9d75067b9b
1 changed files with 9 additions and 2 deletions

View File

@ -58,10 +58,17 @@
], ],
"keywords": [ "keywords": [
"bitcoin", "bitcoin",
"transaction",
"address",
"p2p",
"ecies",
"cryptocurrency",
"blockchain",
"payment",
"bip21",
"bip32", "bip32",
"bip37", "bip37",
"bip70", "bip70",
"merge",
"multisig" "multisig"
], ],
"repository": { "repository": {
@ -81,7 +88,7 @@
"sha512": "=0.0.1" "sha512": "=0.0.1"
}, },
"devDependencies": { "devDependencies": {
"bitcore-build": "git://github.com/bitpay/bitcore-build.git", "bitcore-build": "bitpay/bitcore-build",
"brfs": "^1.2.0", "brfs": "^1.2.0",
"chai": "^1.10.0", "chai": "^1.10.0",
"gulp": "^3.8.10" "gulp": "^3.8.10"