Skip to content

Commit

Permalink
setup missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
burdiuz committed Feb 26, 2016
1 parent 5d1753d commit a2de25d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-include": "^2.1.0",
Expand All @@ -35,8 +36,11 @@
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^0",
"karma-sinon-chai": "^1.1.0",
"lolex": "^1.4.0",
"mocha": "^2.4.5",
"phantomjs": "^1.9"
"phantomjs": "^1.9",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS karma.conf.js"
Expand Down

0 comments on commit a2de25d

Please sign in to comment.