Merge pull request #1042 from maraoz/modify/package.json

Small changes to package.json
This commit is contained in:
Esteban Ordano 2015-02-09 12:45:25 -03:00
commit 4d469e46a3

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"