forked from etxebe/protractor-html-reporter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 949 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": "protractor-html-reporter",
"version": "1.3.1",
"description": "Generates HTML report with pie charts based on xml file.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etxebe/protractor-html-reporter.git"
},
"keywords": [
"protractor html reporter",
"protractor html report",
"protractor",
"html reporter",
"jasmine",
"protractor-xml2html-reporter",
"xml to html",
"xml2html"
],
"author": "Bartosz Nawrocki <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/etxebe/protractor-html-reporter/issues"
},
"homepage": "https://github.com/etxebe/protractor-html-reporter#readme",
"dependencies": {
"fs": "0.0.1-security",
"fs-extra": "^1.0.0",
"lodash": "^4.17.2",
"path": "^0.12.7",
"xmldoc": "^0.5.1"
}
}