-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.66 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "appium-android-driver-2",
"description": "Android UiAutomator2 and Chrome support for Appium",
"keywords": [
"appium",
"android",
"testing",
"automation",
"mobile",
"mobile testing"
],
"version": "1.6.9",
"author": "appium",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-android-driver.git"
},
"bugs": {
"url": "https://github.com/appium/appium-android-driver/issues"
},
"engines": [
"node"
],
"main": "./build/index.js",
"bin": {},
"directories": {
"lib": "lib"
},
"dependencies": {
"adm-zip": "^0.4.7",
"appium-adb": "^2.4.1",
"appium-android-bootstrap": "^2.5.0",
"appium-android-ime": "^2.0.0",
"appium-base-driver": "^1.3.0",
"appium-chromedriver": "^2.8.0",
"appium-express": "^1.2.0",
"appium-logger": "^2.1.0",
"appium-support": "^2.0.9",
"appium-unlock": "0.0.1",
"asyncbox": "^2.0.4",
"babel-runtime": "=5.8.24",
"bluebird": "^2.9.32",
"io.appium.settings": "^2.0.0",
"lodash": "^3.10.0",
"mobile-json-wire-protocol": "^1.2.0",
"source-map-support": "^0.3.1",
"teen_process": "^1.4.0",
"temp": "^0.8.3",
"yargs": "^3.10.0"
},
"scripts": {
"prepublish": "./node_modules/.bin/gulp prepublish",
"test": "./node_modules/.bin/gulp once",
"watch": "./node_modules/.bin/gulp"
},
"devDependencies": {
"appium-gulp-plugins": "^1.3.12",
"appium-test-support": "0.0.5",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"gulp": "^3.8.11",
"sample-apps": "2.0.3",
"sinon": "^1.16.1",
"xmldom": "^0.1.19",
"xpath": "0.0.9"
}
}