added karma test framework and network skeleton

This commit is contained in:
Manuel Araoz 2014-03-21 18:45:59 -03:00
commit 6f1b60e562
8 changed files with 144 additions and 2 deletions

View file

@ -19,6 +19,10 @@
},
"homepage": "https://github.com/bitpay/cosign",
"devDependencies": {
"grunt-cli": "~0.1.13"
"grunt-cli": "~0.1.13",
"karma": "~0.12.1",
"karma-chrome-launcher": "~0.1.2",
"mocha": "~1.18.2",
"karma-mocha": "~0.1.3"
}
}