forked from appium/appium-adb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.03 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-adb",
"version": "2.6.1",
"description": "Android Debug Bridge interface",
"main": "./build/index.js",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp once",
"watch": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-adb.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/appium/appium-adb/issues"
},
"engines": [
"node"
],
"bin": {},
"directories": {
"lib": "lib"
},
"homepage": "https://github.com/appium/appium-adb",
"dependencies": {
"adm-zip": "^0.4.7",
"appium-logger": "^2.1.0",
"appium-support": "^2.0.9",
"asyncbox": "^2.3.1",
"babel-runtime": "=5.8.24",
"bluebird": "^2.10.2",
"lodash": "^3.10.1",
"source-map-support": "^0.3.2",
"teen_process": "^1.3.1"
},
"devDependencies": {
"appium-gulp-plugins": "^1.3.12",
"appium-test-support": "0.0.5",
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"gulp": "^3.8.11"
}
}