mirror of
https://github.com/appium/appium.git
synced 2026-01-23 19:00:31 -06:00
93 lines
2.1 KiB
JSON
93 lines
2.1 KiB
JSON
{
|
|
"name": "appium",
|
|
"description": "Automation for Apps.",
|
|
"tags": [
|
|
"automation",
|
|
"javascript",
|
|
"selenium",
|
|
"webdriver",
|
|
"ios",
|
|
"android",
|
|
"firefoxos",
|
|
"testing"
|
|
],
|
|
"version": "1.6.4-beta",
|
|
"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.x",
|
|
"appium-base-driver": "2.x",
|
|
"appium-fake-driver": "0.x",
|
|
"appium-ios-driver": "1.x",
|
|
"appium-selendroid-driver": "1.x",
|
|
"appium-support": "2.x",
|
|
"appium-uiautomator2-driver": "0.x",
|
|
"appium-xcuitest-driver": "2.x",
|
|
"appium-youiengine-driver": "1.x",
|
|
"appium-windows-driver": "0.x",
|
|
"argparse": "1.x",
|
|
"asyncbox": "2.x",
|
|
"babel-runtime": "=5.8.24",
|
|
"bluebird": "2.x",
|
|
"continuation-local-storage": "3.x",
|
|
"date-utils": "1.x",
|
|
"lodash": "4.x",
|
|
"npmlog": "2.x",
|
|
"request-promise": "1.x",
|
|
"source-map-support": "0.x",
|
|
"teen_process": "1.x",
|
|
"winston": "2.x"
|
|
},
|
|
"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.x",
|
|
"babel-eslint": "6.x",
|
|
"chai": "3.x",
|
|
"chai-as-promised": "5.x",
|
|
"eslint": "2.x",
|
|
"eslint-config-appium": "0.x",
|
|
"eslint-plugin-babel": "3.x",
|
|
"eslint-plugin-import": "1.x",
|
|
"eslint-plugin-mocha": "3.x",
|
|
"eslint-plugin-promise": "3.x",
|
|
"gulp": "3.x",
|
|
"mocha": "2.x",
|
|
"pre-commit": "1.x",
|
|
"sinon": "1.x",
|
|
"wd": "1.x"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "1.x"
|
|
}
|
|
}
|