appium-webdriveragent-driver
Version:
Appium driver for WebDriverAgent
65 lines (64 loc) • 1.57 kB
JSON
{
"name": "appium-webdriveragent-driver",
"description": "Appium driver for WebDriverAgent",
"keywords": [
"appium",
"ios",
"webdriveragent"
],
"version": "1.0.0",
"author": "appium",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-webdriveragent-driver.git"
},
"bugs": {
"url": "https://github.com/appium/appium-webdriveragent-driver/issues"
},
"engines": [
"node"
],
"main": "./build/index.js",
"bin": {},
"directories": {
"lib": "lib"
},
"dependencies": {
"appium-base-driver": "^1.0.2",
"appium-express": "^1.0.0",
"appium-ios-simulator": "^1.0.1",
"appium-jsonwp-proxy": "^1.4.0",
"appium-logger": "^2.0.0",
"appium-safari-driver": "^1.0.0",
"appium-support": "^2.0.0",
"asyncbox": "^2.3.1",
"babel-runtime": "=5.8.24",
"bluebird": "^2.10.2",
"ios-app-utils": "^1.0.0",
"lodash": "^3.10.1",
"mobile-json-wire-protocol": "^1.0.2",
"node-simctl": "^3.1.0",
"safari-launcher": "^2.0.5",
"source-map-support": "^0.3.1",
"teen_process": "^1.5.1",
"yargs": "^3.29.0"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp once",
"watch": "gulp"
},
"devDependencies": {
"appium-gulp-plugins": "^1.2.12",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"gulp": "^3.8.11",
"ios-test-app": "^2.3.3",
"ios-webview-app": "^1.0.3",
"request-promise": "^1.0.1",
"through2": "^2.0.0",
"wd": "^0.3.12",
"yargs": "^3.10.0"
}
}