-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 986 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
37
38
39
40
41
42
43
{
"name": "gulp-istanbul-report",
"version": "0.0.1",
"description": "write istanbul coverage reports from pre-collected coverage files",
"keywords": [
"istanbul",
"coverage",
"gulp",
"plugin",
"phantomjs",
"test",
"testing",
"bdd"
],
"author": "Willem Bult <[email protected]>",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"dependencies": {
"gulp-util": "^3.0.1",
"istanbul": "^0.3.5",
"lodash": "^2.4.1",
"through": "^2.3.6"
},
"devDependencies": {
"chai": "^1.10.0",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"stream-array": "^1.0.1"
},
"homepage": "https://github.com/willembult/gulp-istanbul-report",
"repository": {
"type": "git",
"url": "git://github.com/willembult/gulp-istanbul-report.git"
},
"bugs": {
"url": "https://github.com/willembult/gulp-istanbul-report/issues"
},
"license": "MIT"
}