forked from appium/appium-android-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.23 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "appium-android-driver",
"description": "Android UiAutomator and Chrome support for Appium",
"keywords": [
"appium",
"android",
"testing",
"automation",
"mobile",
"mobile testing"
],
"version": "1.37.0",
"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": {
"appium-adb": "^5.2.0",
"appium-android-bootstrap": "^2.7.5",
"appium-android-ime": "^2.0.0",
"appium-base-driver": "^2.0.0",
"appium-chromedriver": "^3.0.0",
"appium-support": "^2.11.1",
"appium-unlock": "^2.0.0",
"asyncbox": "^2.0.4",
"babel-runtime": "=5.8.24",
"bluebird": "^3.4.7",
"io.appium.settings": "^2.4.0",
"jimp": "^0.2.24",
"lodash": "^4.17.4",
"portfinder": "^1.0.6",
"shared-preferences-builder": "^0.0.4",
"source-map-support": "^0.3.1",
"teen_process": "^1.9.0",
"temp": "^0.8.3",
"yargs": "^6.6.0"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp once",
"watch": "gulp watch",
"build": "gulp transpile",
"e2e-test": "gulp e2e-test",
"mocha": "mocha",
"coverage": "gulp coveralls",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"precommit-test": "REPORTER=dot gulp once",
"lint": "gulp eslint"
},
"pre-commit": [
"precommit-msg",
"precommit-test"
],
"devDependencies": {
"android-apidemos": "^2.1.1",
"appium-gulp-plugins": "^2.2.0",
"appium-test-support": "^0.4.0",
"babel-eslint": "^7.1.1",
"chai": "^3.0.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.10.2",
"eslint-config-appium": "^2.0.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-mocha": "^4.7.0",
"eslint-plugin-promise": "^3.3.1",
"mocha": "^3.5.0",
"mock-fs": "^4.2.0",
"gulp": "^3.9.1",
"pre-commit": "^1.1.3",
"sinon": "^1.16.1",
"unzip": "^0.1.11",
"xmldom": "^0.1.19",
"xpath": "^0.0.22"
}
}