Include all the nessessary dependencies

This commit is contained in:
Braydon Fuller 2015-01-16 13:34:06 -05:00
parent 98c022f7c0
commit f0bdc81a8f
1 changed files with 11 additions and 3 deletions

View File

@ -39,6 +39,7 @@
"dependencies": {
"brfs": "^1.2.0",
"browserify": "~6.3.3",
"chai": "~1.10.0",
"gulp": "^3.8.10",
"gulp-bump": "^0.1.11",
"gulp-coveralls": "^0.1.3",
@ -49,14 +50,21 @@
"gulp-shell": "^0.2.10",
"gulp-uglify": "^1.0.2",
"gulp-util": "=3.0.1",
"mocha": "^2.0.1",
"istanbul": "^0.3.5",
"jsdoc": "^3.3.0-alpha11",
"jsdoc-to-markdown": "=0.5.9",
"karma": "^0.12.28",
"karma-firefox-launcher": "^0.1.3",
"karma-chrome-launcher": "^0.1.7",
"karma-detect-browsers": "^0.1.3",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.9",
"lodash": "^2.4.1",
"mocha": "^2.0.1",
"more-fs": "=0.5.0",
"plato": "^1.3.0",
"run-sequence": "^1.0.2"
"run-sequence": "^1.0.2",
"sinon": "^1.12.2",
"through2": "=0.6.3",
"zuul": "1.16.3"
}
}