UNPKG

appium-adb-test

Version:

Android Debug Bridge interface

61 lines (60 loc) 1.51 kB
{ "name": "appium-adb-test", "version": "0.0.1", "description": "Android Debug Bridge interface", "main": "./build/index.js", "scripts": { "prepublish": "gulp prepublish", "test": "gulp once", "watch": "gulp", "precommit-msg": "echo 'Pre-commit checks...' && exit 0", "lint": "gulp eslint" }, "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" }, "pre-commit": [ "precommit-msg", "lint", "test" ], "devDependencies": { "appium-gulp-plugins": "^1.3.12", "appium-test-support": "0.0.5", "babel-eslint": "^6.1.0", "chai": "^3.0.0", "chai-as-promised": "^5.1.0", "eslint": "^2.13.1", "eslint-config-appium": "^0.0.7", "eslint-plugin-babel": "^3.3.0", "eslint-plugin-import": "^1.9.2", "eslint-plugin-mocha": "^3.0.0", "gulp": "^3.8.11", "pre-commit": "^1.1.3" } }