-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 765 Bytes
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-style-guide",
"author": "Osanda Nimalarathna",
"license": "MIT",
"version": "2.0.1",
"description": "Automation style guide using protractor and protractor-helper",
"keywords": [
"protractor",
"protractor-helper",
"e2e",
"style-guide"
],
"repository": {
"type": "git",
"url": "https://github.com/PauloGoncalvesBH/protractor-style-guide"
},
"dependencies": {
"fs-extra": "^7.0.1",
"jasmine-reporters": "^2.3.2",
"jasmine-spec-reporter": "^4.2.1",
"protractor": "latest",
"protractor-helper": "latest",
"protractor-html-reporter-2": "^1.0.4",
"protractor-jasmine2-screenshot-reporter": "^0.5.0"
},
"devDependencies": {
"jasmine-protractor-matchers": "^2.0.0"
}
}