-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 934 Bytes
/
package.json
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
34
35
36
{
"name": "example-istanbul-gulp-coverage",
"version": "0.1.0",
"description": "Example project demonstrating istanbul code coverage",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/philipbeel/example-istanbul-gulp-coverage.git"
},
"keywords": [
"javascript",
"istanbul",
"mocha"
],
"author": "Philip Beel @philipbeel",
"license": "ISC",
"bugs": {
"url": "https://github.com/philipbeel/example-istanbul-gulp-coverage/issues"
},
"homepage": "https://github.com/philipbeel/example-istanbul-gulp-coverage#readme",
"devDependencies": {
"chai": "^3.4.1",
"gulp": "^4.0.2",
"gulp-open": "^3.0.1",
"jsdom": "^15.1.1",
"karma": "^4.2.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.2",
"karma-jsdom-launcher": "^7.1.1",
"karma-mocha": "^1.3.0",
"mocha": "^6.2.0"
},
"engine": {
"node": "~11.14.0"
}
}