forked from RSO/coffee-react-karma-webpack-phantomjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 948 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "karma-test-project",
"private": "true",
"devDependencies": {
"chai": "^3.2.0",
"cjsx-loader": "^2.1.0",
"coffee-jsx-loader": "^0.1.2",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.3",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-cjsx-preprocessor": "^1.0.0",
"karma-coffee-preprocessor": "^0.3.0",
"karma-json-reporter": "^1.2.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon": "^1.0.4",
"karma-spec-reporter": "0.0.20",
"karma-webpack": "^1.7.0",
"mocha": "^2.2.5",
"node-libs-browser": "^0.5.2",
"phantomjs": "^1.9.17",
"react": "^0.13.3",
"rewire": "^2.3.4",
"rewire-webpack": "^1.0.0",
"webpack": "^1.12.9"
},
"scripts": {
"test": "karma start",
"test-arcanist": "karma start --reporters json --single-run --no-colors --log-level disable"
}
}