wallet model and test WIP

This commit is contained in:
Matias Alejo Garcia 2014-03-26 15:26:31 -03:00
commit bd8271d0ec
4 changed files with 186 additions and 1 deletions

View file

@ -18,11 +18,16 @@
"url": "https://github.com/bitpay/cosign/issues"
},
"homepage": "https://github.com/bitpay/cosign",
"dependencies": {
"bitcore": "0.1.8",
"soop": "0.1.5"
},
"devDependencies": {
"grunt-cli": "~0.1.13",
"karma": "~0.12.1",
"karma-chrome-launcher": "~0.1.2",
"mocha": "~1.18.2",
"karma-mocha": "~0.1.3"
"karma-mocha": "~0.1.3",
"chai": "~1.9.0"
}
}