-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 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
41
42
43
44
45
46
{
"name": "appium-uiautomator2-installer",
"description": "Package to install and configure UiAutomator2",
"keywords": [
"appium"
],
"version": "0.2.0",
"author": {
"name": "appium"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/appium/appium-uiautomator2-installer.git"
},
"bugs": {
"url": "https://github.com/appium/appium-uiautomator2-installer/issues"
},
"engines": [
"node"
],
"main": "./build/index.js",
"bin": {},
"directories": {
"lib": "lib"
},
"dependencies": {
"appium-logger": "^2.1.0",
"appium-support": "^2.0.9",
"babel-runtime": "=5.8.24",
"request-promise": "^0.4.3",
"teen_process": "^1.2.2"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp once",
"watch": "gulp"
},
"devDependencies": {
"appium-gulp-plugins": "^1.3.12",
"appium-test-support": "0.0.5",
"chai": "^3.4.0",
"chai-as-promised": "^5.1.0",
"gulp": "^3.9.0"
}
}