mirror of
https://github.com/appium/appium.git
synced 2026-02-12 12:59:38 -06:00
93 lines
2.2 KiB
JSON
93 lines
2.2 KiB
JSON
{
|
|
"name": "appium",
|
|
"description": "Automation for Apps.",
|
|
"tags": [
|
|
"automation",
|
|
"javascript",
|
|
"selenium",
|
|
"webdriver",
|
|
"ios",
|
|
"android",
|
|
"firefoxos",
|
|
"testing"
|
|
],
|
|
"version": "1.6.2",
|
|
"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": ">=4",
|
|
"npm": ">=3"
|
|
},
|
|
"main": "./build/lib/main.js",
|
|
"bin": {
|
|
"appium": "./build/lib/main.js"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib",
|
|
"doc": "./docs"
|
|
},
|
|
"dependencies": {
|
|
"appium-android-driver": "^1.10.27",
|
|
"appium-base-driver": "^2.0.19",
|
|
"appium-fake-driver": "^0.1.10",
|
|
"appium-ios-driver": "^1.12.27",
|
|
"appium-logger": "^2.1.0",
|
|
"appium-selendroid-driver": "^1.3.4",
|
|
"appium-support": "^2.3.3",
|
|
"appium-uiautomator2-driver": "^0.x",
|
|
"appium-xcuitest-driver": "^2.0.25",
|
|
"appium-youiengine-driver": "^1.0.6",
|
|
"appium-windows-driver": "^0.x",
|
|
"argparse": "^1.0.7",
|
|
"asyncbox": "^2.3.1",
|
|
"babel-runtime": "=5.8.24",
|
|
"bluebird": "^2.10.2",
|
|
"continuation-local-storage": "^3.1.7",
|
|
"date-utils": "^1.2.21",
|
|
"lodash": "^4.13.1",
|
|
"npmlog": "^2.0.4",
|
|
"request-promise": "^1.0.2",
|
|
"source-map-support": "^0.4.0",
|
|
"teen_process": "^1.7.1",
|
|
"winston": "^2.2.0"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "gulp prepublish",
|
|
"test": "gulp once",
|
|
"watch": "gulp",
|
|
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
|
|
"lint": "gulp eslint"
|
|
},
|
|
"pre-commit": [
|
|
"precommit-msg",
|
|
"lint",
|
|
"test"
|
|
],
|
|
"devDependencies": {
|
|
"appium-gulp-plugins": "^1.4.5",
|
|
"babel-eslint": "^6.1.0",
|
|
"chai": "^3.5.0",
|
|
"chai-as-promised": "^5.3.0",
|
|
"eslint": "^2.13.1",
|
|
"eslint-config-appium": "^0.0.8",
|
|
"eslint-plugin-babel": "^3.3.0",
|
|
"eslint-plugin-import": "^1.9.2",
|
|
"eslint-plugin-mocha": "^3.0.0",
|
|
"gulp": "^3.9.1",
|
|
"mocha": "^2.5.3",
|
|
"pre-commit": "^1.1.3",
|
|
"sinon": "^1.17.4",
|
|
"wd": "~0.4.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^1.0.12"
|
|
}
|
|
}
|