Skip to content

Commit

Permalink
Updated devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaguo committed May 10, 2016
1 parent cd93822 commit 73a5bf8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-coveralls": "^1.0.0",
"grunt-jscs": "^2.7.0",
"grunt-karma": "^0.12.1",
"grunt-ng-annotate": "^1.0.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.19",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-coveralls": "^1.0.1",
"grunt-jscs": "^2.8.0",
"grunt-karma": "^1.0.0",
"grunt-ng-annotate": "^2.0.2",
"jshint-stylish": "^2.2.0",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sinon-chai": "^1.1.0",
"load-grunt-tasks": "^3.4.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.0",
"load-grunt-tasks": "^3.5.0",
"mocha": "^2.4.5",
"phantomjs": "^1.9.18"
"phantomjs-prebuilt": "^2.1.7"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit 73a5bf8

Please sign in to comment.