{ "name": "appium", "description": "Automation for Apps.", "tags": [ "automation", "javascript", "selenium", "webdriver", "ios", "android", "firefoxos", "testing" ], "version": "0.11.2", "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": "./lib/server/main.js", "bin": { "appium": "./bin/appium.js", "instruments_client": "./bin/instruments-client.js", "authorize_ios": "./bin/authorize-ios.js" }, "directories": { "lib": "./lib", "doc": "./docs" }, "dependencies": { "underscore": "~1.5.2", "colors": "~0.6.2", "express": "~3.4.1", "grunt": "~0.4.1", "grunt-cli": "~0.1.9", "argparse": "~0.1.15", "path": "~0.4.9", "rimraf": "~2.2.2", "uuid-js": "~0.7.4", "temp": "~0.6.0", "winston": "~0.7.2", "request": "~2.27.0", "bplist-parser": "~0.0.4", "plist": "~0.4.3", "bufferpack": "0.0.6", "bplist-creator": "~0.0.2", "node-uuid": "~1.4.1", "underscore.string": "~2.3.3", "glob": "~3.2.6", "unzip": "~0.1.9", "ncp": "~0.4.2", "swig": "~1.1.0", "async": "~0.2.9", "mkdirp": "~0.3.5", "xml2js": "~0.2.8", "difflib": "~0.2.4", "prompt": "~0.2.11", "binary-cookies": "~0.1.1", "namp": "0.2.24", "node-idevice": "~0.1.2", "win-spawn" : "~2.0.0", "adm-zip" : "~0.4.3", "ws": "0.4.31", "socket.io" : "~0.9.16", "MD5" : "~1.1.0", "through": "~2.3.4" }, "scripts": { "test": "grunt travis" }, "devDependencies": { "mocha": "~1.13.0", "should": "~2.0.1", "underscore-cli": "~0.2.17", "wd": "~0.1.5", "yiewd": "~0.0.15", "monocle-js": "~0.1.4", "assert": "~0.4.9", "grunt-mocha-test": "~0.2.0", "grunt-contrib-jshint": "~0.6.4", "saucelabs": "~0.0.7", "socket.io-client": "~0.9.16", "socks": "~0.0.1" } }