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

@ -8,6 +8,12 @@
"dependencies": {
"angular": "~1.2.x",
"angular-bootstrap": "~0.10.0",
"angular-route": "~1.2.14"
"angular-route": "~1.2.14",
"peerjs": "~0.3.8",
"angular-mocks": "~1.2.14"
},
"devDependencies": {
"mocha": "~1.18.2",
"chai": "~1.9.1"
}
}