Files
appium/package.json
2013-02-20 18:57:48 -08:00

65 lines
1.4 KiB
JSON

{
"name": "appium",
"description": "Automation for Apps.",
"tags": [
"automation",
"javascript"
],
"version": "0.0.14",
"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"
},
"dependencies": {
"underscore": "~1.4.3",
"colors": "~0.6.0-1",
"express": "~3.0.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",
"node-bplist-creator": "~0.0.1",
"node-uuid": "~1.4.0",
"underscore.string": "~2.3.1",
"glob": "~3.1.20",
"unzip": "~0.1.1"
},
"scripts": {
"test": "grunt travis"
},
"devDependencies": {
"mocha": "~1.8.1",
"should": "~1.2.1",
"grunt": "~0.4.0",
"grunt-cli": "~0.1.6",
"wd": "git://github.com/admc/wd.git",
"assert": "~0.4.9",
"grunt-mocha-test": "~0.2.0",
"request": "~2.12.0",
"winston": "~0.6.2",
"difflib": "~0.2.4",
"prompt": "~0.2.9",
"grunt-contrib-jshint": "~0.1.1"
}
}