Files
appium/package.json
2013-01-11 14:40:38 -08:00

42 lines
769 B
JSON

{
"name": "appium",
"description": "Selenium for Apps.",
"tags": [
"automation",
"javascript"
],
"version": "0.0.1",
"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": "./app/server.js",
"bin": {
"appium": "./app/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"
},
"scripts": {
"test": "mocha test/unit"
},
"devDependencies": {
"mocha": "~1.8.1",
"grunt": "~0.3.17"
}
}