forked from appium-boneyard/appium-android-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 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
{
"name": "appium-android-bootstrap",
"description": "Node interface to Appium Android Bootstrap, the java project which appium uses to interact with UiAutomator",
"keywords": [
"appium",
"android",
"bootstrap"
],
"version": "2.7.7",
"author": "appium",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-android-bootstrap.git"
},
"bugs": {
"url": "https://github.com/appium/appium-android-bootstrap/issues"
},
"engines": [
"node"
],
"main": "./build/index.js",
"bin": {},
"directories": {
"lib": "lib"
},
"dependencies": {
"appium-base-driver": "^2.0.1",
"appium-logger": "^2.1.0",
"appium-uiautomator": "^1.1.0",
"babel-runtime": "=5.8.24",
"bluebird": "^2.10.2",
"lodash": "^3.10.0",
"net": "^1.0.2",
"source-map-support": "^0.3.2",
"teen_process": "^1.3.1"
},
"scripts": {
"prepublish": "./node_modules/.bin/gulp prepublish",
"test": "./node_modules/.bin/gulp once",
"watch": "./node_modules/.bin/gulp"
},
"devDependencies": {
"appium-adb": "^2.3.0",
"appium-gulp-plugins": "^1.3.12",
"appium-test-support": "^0.0.5",
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"gulp": "^3.9.0"
}
}