mirror of
https://github.com/appium/appium.git
synced 2026-01-24 03:11:04 -06:00
64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"name": "appium",
|
|
"description": "Automation for Apps.",
|
|
"tags": [
|
|
"automation",
|
|
"javascript",
|
|
"selenium",
|
|
"webdriver",
|
|
"ios",
|
|
"android",
|
|
"firefoxos",
|
|
"testing"
|
|
],
|
|
"version": "1.5.0",
|
|
"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",
|
|
"appium-doctor": "./bin/appium-doctor.js",
|
|
"authorize_ios": "./bin/authorize-ios.js"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib",
|
|
"doc": "./docs"
|
|
},
|
|
"dependencies": {
|
|
"appium-base-driver": "^0.1.0",
|
|
"appium-express": "0.0.1",
|
|
"appium-fake-driver": "^0.1.0",
|
|
"appium-logger": "^1.0.0",
|
|
"argparse": "^1.0.2",
|
|
"babel-core": "^5.4.3",
|
|
"babel-runtime": "^5.3.3",
|
|
"bluebird": "^2.9.25",
|
|
"lodash": "^3.9.1",
|
|
"mobile-json-wire-protocol": "^0.9.0",
|
|
"winston": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt travis"
|
|
},
|
|
"devDependencies": {
|
|
"appium-gulp-plugins": "^1.1.2",
|
|
"chai": "^2.3.0",
|
|
"chai-as-promised": "^5.0.0",
|
|
"gulp": "^3.8.11",
|
|
"mocha": "^2.2.5",
|
|
"mochawait": "^2.0.0",
|
|
"sinon": "^1.14.1",
|
|
"wd": "~0.3.11"
|
|
}
|
|
}
|