-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
36 lines (36 loc) · 1.1 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
{
"name": "jasmine2-protractor-utils",
"version": "1.3.0",
"description": "Utilities for Protractor with jasmine2 [HTML Reports, Screenshot, Browser Console log and more]",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhishekswain/jasmine2-protractor-utils.git"
},
"keywords": [
"jasmine2",
"Protractor",
"Protractor html report",
"Jasmine html report",
"html reporter Protractor",
"protractor-screenshot",
"screenshot-on-failure",
"protractor-utilities",
"browser-console-log",
"protractor-spec-fail-on-console-error"
],
"author": "Abhishek Swain",
"license": "MIT",
"bugs": {
"url": "https://github.com/abhishekswain/jasmine2-protractor-utils/issues"
},
"homepage": "https://github.com/abhishekswain/jasmine2-protractor-utils#readme",
"dependencies": {
"mkdirp": "^0.5.1",
"q": "^1.4.1",
"fs-extra": "^0.26.5"
}
}