-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 747 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 747 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
{
"name": "protractor_coding_challenge",
"version": "1.0.0",
"description": " ThoughtTrace Protractor Project",
"engines": {
"node": "8.12.0"
},
"scripts": {
"protractor": "node_modules/.bin/protractor",
"prepare": "node_modules/.bin/webdriver-manager update",
"update": "node_modules/.bin/webdriver-manager update",
"test": "./flake conf.js"
},
"dependencies": {
"protractor": "^7.0.0",
"chance": "1.0.16",
"jasmine-spec-reporter": "^4.2.1",
"protractor-flake": "^4.0.0",
"fs-extra": "^5.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"jasmine-allure-reporter": "^1.0.2",
"log4js": "^3.0",
"random-words": "^1.1.1"
}
}