mirror of
https://github.com/appium/appium.git
synced 2026-01-13 22:00:05 -06:00
74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
{
|
|
"name": "appium",
|
|
"description": "Automation for Apps.",
|
|
"tags": [
|
|
"automation",
|
|
"javascript",
|
|
"selenium",
|
|
"webdriver",
|
|
"ios",
|
|
"android",
|
|
"firefoxos",
|
|
"testing"
|
|
],
|
|
"version": "1.5.0-beta10",
|
|
"author": "https://github.com/appium",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/appium/appium.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/appium/appium/issues"
|
|
},
|
|
"engines": [
|
|
"node"
|
|
],
|
|
"main": "./build/lib/main.js",
|
|
"bin": {
|
|
"appium": "./build/lib/main.js",
|
|
"authorize-ios": "./node_modules/.bin/authorize-ios"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib",
|
|
"doc": "./docs"
|
|
},
|
|
"dependencies": {
|
|
"appium-android-driver": "^1.3.0",
|
|
"appium-base-driver": "^1.1.2",
|
|
"appium-express": "^1.0.0",
|
|
"appium-fake-driver": "^0.1.6",
|
|
"appium-ios-driver": "^1.2.0",
|
|
"appium-logger": "^2.0.0",
|
|
"appium-selendroid-driver": "^1.0.0",
|
|
"appium-support": "^2.0.7",
|
|
"argparse": "^1.0.2",
|
|
"asyncbox": "^2.0.2",
|
|
"authorize-ios": "^1.0.3",
|
|
"babel-runtime": "=5.8.24",
|
|
"bluebird": "^2.9.25",
|
|
"date-utils": "^1.2.17",
|
|
"lodash": "^3.9.1",
|
|
"mobile-json-wire-protocol": "^1.0.5",
|
|
"npmlog": "^1.2.1",
|
|
"request-promise": "^1.0.2",
|
|
"source-map-support": "^0.3.2",
|
|
"teen_process": "^1.1.0",
|
|
"winston": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "gulp prepublish",
|
|
"test": "gulp once",
|
|
"watch": "gulp"
|
|
},
|
|
"devDependencies": {
|
|
"appium-gulp-plugins": "^1.3.11",
|
|
"chai": "^3.2.0",
|
|
"chai-as-promised": "^5.0.0",
|
|
"gulp": "^3.8.11",
|
|
"mocha": "^2.2.5",
|
|
"sinon": "^1.14.1",
|
|
"wd": "~0.3.11"
|
|
}
|
|
}
|