-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
37
38
39
40
{
"name": "mobile-automation-challenge",
"version": "1.0.0",
"description": "mobile-automation-challenge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test:api": "wdio ./tests/wdio.api.js",
"test:app": "wdio ./tests/wdio.app.js",
"appium": "appium"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flexdrive/Mobile-Automation-Challenge.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flexdrive/Mobile-Automation-Challenge/issues"
},
"homepage": "https://github.com/flexdrive/Mobile-Automation-Challenge#readme",
"dependencies": {
"request-promise": "4.2.2",
"wd": "^1.9.0",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0"
},
"devDependencies": {
"appium": "^1.7.1",
"babel-preset-env": "^1.6.0",
"babel-register": "6.26.0",
"chai": "^4.1.2",
"wdio": "^1.0.3",
"wdio-appium-service": "~0.2.3",
"wdio-mocha-framework": "0.5.12",
"wdio-spec-reporter": "0.1.3",
"webdriverio": "4.10.0"
}
}