Skip to content

Instantly share code, notes, and snippets.

@jackmahoney
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackmahoney/906dce11eef5a3714563 to your computer and use it in GitHub Desktop.
Save jackmahoney/906dce11eef5a3714563 to your computer and use it in GitHub Desktop.
Dev dependencies for React Karma unit testing
{
"dependencies": {
"react": "^0.11.1"
},
"devDependencies": {
"browserify": "^4.2.1",
"karma": "^0.12.22",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.9",
"karma-browserify": "^0.2.1",
"karma-phantomjs-launcher": "^0.1.4",
"chai": "^1.9.1",
"reactify": "^0.13.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment