Skip to content

Instantly share code, notes, and snippets.

@zpratt
Created August 23, 2014 14:39
Show Gist options
  • Save zpratt/c2d872b329b48455c668 to your computer and use it in GitHub Desktop.
Save zpratt/c2d872b329b48455c668 to your computer and use it in GitHub Desktop.
Example karma npm dev dependencies
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-karma": "^0.8.3",
"karma": "^0.12.17",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.4",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^0.6.0",
"mocha": "^1.20.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment