Skip to content

Commit

Permalink
Versioned devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanfprice committed Aug 8, 2013
1 parent e34b216 commit b7afe12
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions package.json
Expand Up @@ -13,15 +13,22 @@
},
"dependencies": {},
"devDependencies": {
"grunt": ">= 0.4.0",
"phantomjs": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-karma": "*",
"karma-coverage": "*",
"grunt-jsdoc": "*",
"jshint": "~2.1.4",
"jsdoc": "~3.2.0"
"grunt": "~0.4.1",
"phantomjs": "~1.9.1-0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-karma": "~0.6.1",
"jshint": "~2.1.9",
"karma-script-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-jasmine": "~0.1.0",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma": "~0.10.1",
"karma-coverage": "~0.1.0"
}
}

0 comments on commit b7afe12

Please sign in to comment.