Add dependencies to package.json

This commit is contained in:
Esteban Ordano 2014-08-27 17:37:56 -03:00
parent 0f0e7b78d5
commit fef87921a0
1 changed files with 3 additions and 1 deletions

View File

@ -72,7 +72,9 @@
"travis-cov": "0.2.5",
"uglifyify": "1.2.3",
"crypto-js": "3.1.2",
"shelljs": "0.3.0"
"shelljs":"0.3.0",
"browser-request": "0.3.2",
"request": "2.40.0"
},
"main": "app.js",
"homepage": "https://github.com/bitpay/copay",