forked from robhil/grunt-protractor-cucumber-html-report
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
53 lines (53 loc) · 1.23 KB
/
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
44
45
46
47
48
49
50
51
52
53
{
"name": "gulp-protractor-cucumber-html-report",
"description": "Generate html report from JSON file returned by cucumber-js json formatter",
"version": "0.1.3",
"homepage": "https://github.com/mrooding/gulp-protractor-cucumber-html-report",
"author": {
"name": "Rooding, Marc",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/mrooding/gulp-protractor-cucumber-html-report.git"
},
"bugs": {
"url": "https://github.com/mrooding/gulp-protractor-cucumber-html-report/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mrooding/gulp-protractor-cucumber-html-report/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js",
"lib",
"templates"
],
"dependencies": {
"fs-extra": "^0.26.3",
"gulp-util": "^3.0.0",
"lodash.template": "^3.6.2",
"through2": "^2.0.0"
},
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.0",
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"mocha": "^2.2.5",
"vinyl": "^1.1.0"
},
"keywords": [
"gulpplugin"
]
}