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