appium-adb
Version:
Android Debug Bridge interface
47 lines (46 loc) • 1.05 kB
JSON
{
"name": "appium-adb",
"version": "2.6.6",
"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"
}
}