mirror of
https://github.com/appium/appium.git
synced 2026-02-13 05:19:47 -06:00
46 lines
870 B
JSON
46 lines
870 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",
|
|
"rimraf": "~2.1.1"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt lint unit"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.8.1",
|
|
"grunt": "~0.3.17",
|
|
"wd": "0.0.27",
|
|
"assert": "~0.4.9",
|
|
"grunt-mocha-test": "0.0.1"
|
|
}
|
|
}
|