mirror of
https://github.com/appium/appium.git
synced 2026-01-14 14:19:56 -06:00
74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"name": "appium",
|
|
"description": "Automation for Apps.",
|
|
"tags": [
|
|
"automation",
|
|
"javascript"
|
|
],
|
|
"version": "0.5.0",
|
|
"author": "appium-discuss@googlegroups.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/appium/appium.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/appium/appium/issues"
|
|
},
|
|
"engines": [
|
|
"node"
|
|
],
|
|
"main": "./server.js",
|
|
"bin": {
|
|
"appium": "./app/bin.js",
|
|
"instruments_client": "./instruments/client_bin.js"
|
|
},
|
|
"directories": {
|
|
"lib": "./app",
|
|
"doc": "./docs"
|
|
},
|
|
"dependencies": {
|
|
"underscore": "~1.4.3",
|
|
"colors": "~0.6.0-1",
|
|
"express": "~3.0.6",
|
|
"grunt": "~0.4.0",
|
|
"grunt-cli": "~0.1.6",
|
|
"argparse": "~0.1.10",
|
|
"path": "~0.4.9",
|
|
"rimraf": "~2.1.1",
|
|
"uuid-js": "~0.7.4",
|
|
"temp": "~0.5.0",
|
|
"winston": "~0.6.2",
|
|
"request": "~2.12.0",
|
|
"bplist-parser": "~0.0.4",
|
|
"bufferpack": "0.0.6",
|
|
"bplist-creator": "~0.0.2",
|
|
"node-uuid": "~1.4.0",
|
|
"underscore.string": "~2.3.1",
|
|
"glob": "~3.1.20",
|
|
"unzip": "~0.1.1",
|
|
"ncp": "~0.4.2",
|
|
"swig": "~0.13.5",
|
|
"async": "~0.2.6",
|
|
"mkdirp": "~0.3.5",
|
|
"xml2js": "~0.2.6",
|
|
"difflib": "~0.2.4",
|
|
"prompt": "~0.2.9",
|
|
"binary-cookies": "~0.1.1",
|
|
"namp": "~0.2.25",
|
|
"node-idevice": "~0.1.2"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt travis"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.8.1",
|
|
"should": "~1.2.1",
|
|
"underscore-cli": "~0.2.17",
|
|
"wd": "~0.0.32",
|
|
"assert": "~0.4.9",
|
|
"grunt-mocha-test": "~0.2.0",
|
|
"grunt-contrib-jshint": "~0.1.1",
|
|
"saucelabs": "~0.0.7"
|
|
}
|
|
}
|