forked from qualityshepherd/protractor-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1020 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
37
38
39
40
{
"name": "protractor_example",
"version": "1.1.0",
"description": "An example Protractor project that makes use of page objects...",
"engines": {
"node": "8.11.2"
},
"scripts": {
"prepare": "node_modules/.bin/webdriver-manager update",
"update": "node_modules/.bin/webdriver-manager update",
"test": "./flake conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/qualityshepherd/protractor_example.git"
},
"keywords": [
"protractor",
"page objects",
"tests",
"automation",
"webdriver"
],
"author": "Brine",
"license": "ISC",
"bugs": {
"url": "https://github.com/qualityshepherd/protractor_example/issues"
},
"homepage": "https://github.com/qualityshepherd/protractor_example",
"dependencies": {
"protractor": "5.3.2",
"chance": "^0.7.5",
"jasmine-spec-reporter": "^2.4.0",
"protractor-flake": "3.0.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1"
}
}