-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.3 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
37
38
39
{
"name": "test",
"version": "0.0.0",
"private": true,
"scripts": {
"automation": "concurrently --raw --kill-others \"./node_modules/.bin/webdriver-manager start\" \"sleep 5 && ./node_modules/.bin/babel-node --presets es2015 -- ./node_modules/.bin/protractor configuration/protractor.config.js\"",
"webdriver": "./node_modules/.bin/webdriver-manager update && ./node_modules/.bin/webdriver-manager start"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.2.1",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-es2015": "^6.22.0",
"body-parser": "~1.18.2",
"chai": "^3.5.0",
"chai-string": "^1.3.0",
"chai-as-promised": "^6.0.0",
"concurrently": "^3.4.0",
"cookie-parser": "~1.4.3",
"cucumber": "^1.3.3",
"cucumber-html-reporter": "^0.4.2",
"debug": "~2.6.9",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.2.0",
"expect-to-be-a-promise": "^1.0.2",
"express": "~4.15.5",
"jade": "~1.11.0",
"morgan": "~1.9.0",
"protractor": "^5.2.0",
"protractor-cucumber-framework": "^1.0.2",
"serve-favicon": "~2.4.5",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0"
}
}