mirror of
https://github.com/appium/appium.git
synced 2026-01-22 02:00:12 -06:00
122 lines
2.8 KiB
JSON
122 lines
2.8 KiB
JSON
{
|
|
"name": "appium",
|
|
"description": "Automation for Apps.",
|
|
"tags": [
|
|
"automation",
|
|
"javascript",
|
|
"selenium",
|
|
"webdriver",
|
|
"ios",
|
|
"android",
|
|
"firefoxos",
|
|
"testing"
|
|
],
|
|
"version": "1.1.0",
|
|
"author": "appium-discuss@googlegroups.com",
|
|
"licenses": [
|
|
{
|
|
"type": "apache-2.0",
|
|
"url": "https://raw.github.com/appium/appium/master/LICENSE"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/appium/appium.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/appium/appium/issues"
|
|
},
|
|
"engines": [
|
|
"node"
|
|
],
|
|
"main": "./lib/server/main.js",
|
|
"bin": {
|
|
"appium": "./bin/appium.js",
|
|
"appium-doctor": "./bin/appium-doctor.js",
|
|
"authorize_ios": "./bin/authorize-ios.js"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib",
|
|
"doc": "./docs"
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "~0.4.4",
|
|
"appium-adb": "~1.0.2",
|
|
"appium-atoms": "~0.0.5",
|
|
"appium-instruments": "~1.0.0",
|
|
"appium-uiauto": "~1.0.0",
|
|
"argparse": "~0.1.15",
|
|
"async": "~0.9.0",
|
|
"binary-cookies": "~0.1.1",
|
|
"body-parser": "~1.3.0",
|
|
"bplist-creator": "~0.0.4",
|
|
"bplist-parser": "~0.0.5",
|
|
"bufferpack": "0.0.6",
|
|
"bytes": "~1.0.0",
|
|
"colors": "~0.6.2",
|
|
"date-utils": "~1.2.15",
|
|
"difflib": "~0.2.4",
|
|
"express": "~4.4.1",
|
|
"glob": "~4.0.0",
|
|
"grunt": "~0.4.5",
|
|
"grunt-cli": "~0.1.13",
|
|
"js2xmlparser2": "~0.2.0",
|
|
"md5calculator": "~0.0.3",
|
|
"method-override": "~2.0.1",
|
|
"mkdirp": "~0.5.0",
|
|
"morgan": "~1.1.1",
|
|
"mv": "~2.0.0",
|
|
"namp": "0.2.25",
|
|
"ncp": "~0.5.1",
|
|
"node-idevice": "~0.1.2",
|
|
"node-uuid": "~1.4.1",
|
|
"path": "~0.4.9",
|
|
"plist": "~1.0.0",
|
|
"prompt": "~0.2.13",
|
|
"request": "~2.36.0",
|
|
"rimraf": "~2.2.8",
|
|
"sandboxed-module": "~0.3.0",
|
|
"serve-favicon": "~2.0.0",
|
|
"socket.io": "~1.0.2",
|
|
"swig": "~1.3.2",
|
|
"temp": "~0.8.0",
|
|
"through": "~2.3.4",
|
|
"underscore": "~1.6.0",
|
|
"underscore.string": "~2.3.3",
|
|
"unzip": "~0.1.9",
|
|
"uuid-js": "~0.7.4",
|
|
"win-spawn": "~2.0.0",
|
|
"winston": "~0.7.3",
|
|
"ws": "~0.4.31",
|
|
"xml2js": "~0.4.4",
|
|
"xmldom": "~0.1.19",
|
|
"xpath": "~0.0.6"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt travis"
|
|
},
|
|
"devDependencies": {
|
|
"assert": "~1.1.1",
|
|
"chai": "~1.9.1",
|
|
"chai-as-promised": "~4.1.1",
|
|
"glob": "~4.0.0",
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
"grunt-jscs-checker": "~0.4.4",
|
|
"grunt-mocha-test": "~0.11.0",
|
|
"js-yaml": "~3.0.2",
|
|
"mocha": "~1.20.0",
|
|
"monocle-js": "~0.6.5",
|
|
"node-static": "~0.7.3",
|
|
"q": "~1.0.1",
|
|
"saucelabs": "~0.1.1",
|
|
"sinon": "~1.10.0",
|
|
"sinon-chai": "~2.5.0",
|
|
"socket.io-client": "~1.0.2",
|
|
"socks": "~0.0.1",
|
|
"underscore-cli": "~0.2.17",
|
|
"unorm": "~1.3.3",
|
|
"wd": "~0.3.0",
|
|
"yiewd": "~0.5.0"
|
|
}
|
|
}
|