Add testing dependencies

This commit is contained in:
Yemel Jardi 2015-01-15 18:20:40 -03:00
parent eddffcc682
commit 45941d499e
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@
"gulp-shell": "^0.2.10",
"gulp-uglify": "^1.0.2",
"gulp-util": "=3.0.1",
"mocha": "^2.0.1",
"karma": "^0.12.28",
"karma-firefox-launcher": "^0.1.3",
"karma-chrome-launcher": "^0.1.7",
"karma-detect-browsers": "^0.1.3",
"karma-mocha": "^0.1.9",
"lodash": "^2.4.1",
"plato": "^1.3.0",
"run-sequence": "^1.0.2"