-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 831 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 831 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
{
"name": "es6-coverage-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watchify": " watchify -d -e interface/app/main.jsx -t babelify --outfile interface/bundle.js -v",
"test": "karma start karma.conf.js",
"alt_test": "karma start karma.conf.alt.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel": "^4.7.3",
"react": "^0.12.2"
},
"devDependencies": {
"babelify": "^5.0.4",
"browserify": "^9.0.3",
"browserify-istanbul": "^0.2.0",
"isparta": "^2.2.0",
"istanbul": "^0.3.7",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-browserify": "^4.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-jasmine": "^0.3.5",
"watchify": "^2.4.0"
}
}