forked from WasiqB/multiple-cucumber-html-reporter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 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
{
"name": "multiple-cucumber-html-reporter",
"version": "1.4.1",
"description": "Generate beautifull cucumberjs reports for multiple instances (browsers / devices)",
"keywords": [
"cucumber",
"html",
"test report",
"multiple-cucumber-html-reporter",
"html report",
"json to html"
],
"main": "lib/generate-report.js",
"scripts": {
"test": "node ./test/test.js",
"unit.test.coverage": "JASMINE_CONFIG_PATH=test/unit/jasmine.json istanbul cover jasmine",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wswebcreation/multiple-cucumber-html-reporter.git"
},
"author": "wswebcreation",
"bugs": {
"url": "https://github.com/wswebcreation/multiple-cucumber-html-reporter/issues"
},
"homepage": "https://github.com/wswebcreation/multiple-cucumber-html-reporter#readme",
"dependencies": {
"chalk": "1.1.3",
"find": "0.2.7",
"fs-extra": "2.1.2",
"js-base64": "2.1.9",
"jsonfile": "2.4.0",
"lodash": "4.17.4",
"opn": "5.0.0",
"uuid": "3.0.1"
},
"devDependencies": {
"coveralls": "^2.13.1",
"istanbul": "0.4.5",
"jasmine": "2.6.0"
}
}