forked from appium/appium-uiautomator2-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 1.96 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
{
"name": "appium-uiautomator2-driver",
"description": "UiAutomator2 integration for Appium",
"keywords": [
"appium",
"uiautomator2",
"automated testing",
"android"
],
"version": "0.2.8",
"author": "appium",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-uiautomator2-driver.git"
},
"bugs": {
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
},
"engines": [
"node"
],
"main": "./build/index.js",
"bin": {},
"directories": {
"lib": "lib"
},
"dependencies": {
"adbkit": "^2.4.1",
"appium-adb": "^ 2.10.0",
"appium-android-driver": "^1.10.27",
"appium-base-driver": "^2.0.18",
"appium-logger": "^2.1.0",
"appium-uiautomator2-server": "0.x",
"appium-support": "^2.0.9",
"asyncbox": "^2.3.1",
"babel-runtime": "=5.8.24",
"bluebird": "^2.10.2",
"lodash": "^3.10.1",
"portscanner": "2.1.1",
"request-promise": "^4.1.1",
"source-map-support": "^0.3.2",
"teen_process": "^1.3.1",
"utf7": "^1.0.0",
"yargs": "^3.29.0"
},
"scripts": {
"install": "node ./bin/install.js",
"prepublish": "./node_modules/.bin/gulp prepublish",
"test": "./node_modules/.bin/gulp once",
"watch": "./node_modules/.bin/gulp",
"lint": "gulp eslint",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0"
},
"pre-commit": [
"precommit-msg",
"lint",
"test"
],
"devDependencies": {
"appium-gulp-plugins": "^1.3.12",
"appium-test-support": "0.0.5",
"babel-eslint": "^6.1.2",
"chai": "^3.4.0",
"chai-as-promised": "^5.1.0",
"eslint": "^2.13.1",
"eslint-config-appium": "0.0.6",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-mocha": "^3.0.0",
"gulp": "^3.9.0",
"sinon": "^1.17.2",
"wd": "^0.3.12",
"xpath": "0.0.22",
"unzip": "^0.1.11",
"sample-apps": "2.0.4",
"xmldom": "^0.1.19"
}
}