forked from jintoppy/protractor-html-screenshot-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 814 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
{
"name": "protractor-html-screenshot-reporter",
"version": "0.0.19",
"description": "An npm module and grunt plugin which generates your Protractor test reports in HTML with screenshots",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jintoppy/protractor-html-screenshot-reporter"
},
"dependencies": {
"mkdirp": "~0.3.5",
"underscore": "~1.6.0"
},
"keywords": [
"screenshot",
"selenium",
"protractor",
"jasmine",
"reporter",
"gruntplugin",
"protractor html report"
],
"author": "Jinto Jose <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jintoppy/protractor-html-screenshot-reporter/issues"
},
"homepage": "https://github.com/jintoppy/protractor-html-screenshot-reporter"
}