Last active
August 2, 2016 13:21
-
-
Save Ch4s3/eb7e9a4b7033797d892bde4688a708e2 to your computer and use it in GitHub Desktop.
dev dependencies in package.json related to karma/jasmine testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"devDependencies": { | |
"react-addons-test-utils": "^15.2.1", | |
"expect": "^1.13.0", | |
"jasmine": "^2.3.4", | |
"karma": "^0.13.15", | |
"karma-chrome-launcher": "^0.2.2", | |
"karma-jasmine": "^0.2.1", | |
"karma-sourcemap-loader": "^0.3.6", | |
"karma-webpack": "^1.7.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment