Skip to content

Instantly share code, notes, and snippets.

@jvanderbiest
Created December 20, 2014 10:39
Show Gist options
  • Save jvanderbiest/bba8a262bd88dd069142 to your computer and use it in GitHub Desktop.
Save jvanderbiest/bba8a262bd88dd069142 to your computer and use it in GitHub Desktop.
package.json NPM Configuration file for Codit.Blog.JsVsoBuild
{
"name": "Codit.Blog.JsVsoBuild",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jasmine": "^0.8.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-karma": "^0.9.0",
"jasmine-core": "^2.1.3",
"jshint-html-reporter": "^0.2.2",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.3",
"karma-htmlfile-reporter": "^0.1.2",
"karma-jasmine": "^0.3.2",
"karma-phantomjs-launcher": "^0.1.4",
"protractor": "^1.5.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment