forked from jintoppy/protractor-html-screenshot-reporter
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
30 lines (30 loc) · 844 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
{
"name": "protractor-angular-screenshot-reporter",
"version": "0.1.2",
"description": "An npm module and which generates your Protractor test reports in HTML (angular) with screenshots",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bcole/protractor-angular-screenshot-reporter"
},
"dependencies": {
"mkdirp": "~0.3.5",
"underscore": "~1.6.0",
"fs-symlink": "~1.2.1"
},
"keywords": [
"screenshot",
"selenium",
"protractor",
"jasmine",
"reporter",
"gruntplugin",
"protractor html report"
],
"author": "Brandon Cole <333qaz333@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bcole/protractor-angular-screenshot-reporter/issues"
},
"homepage": "https://github.com/bcole/protractor-angular-screenshot-reporter"
}