forked from appium/appium
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
53 lines (53 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "appium",
"description": "Automation for Apps.",
"tags": [
"automation",
"javascript"
],
"version": "0.0.1",
"author": "[email protected]",
"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",
"uuid-js": "~0.7.4",
"winston": "~0.6.2"
},
"scripts": {
"test": "grunt lint unit"
},
"devDependencies": {
"mocha": "~1.8.1",
"should": "~1.2.1",
"grunt": "~0.3.17",
"wd": "git://github.com/admc/wd.git",
"assert": "~0.4.9",
"grunt-mocha-test": "0.0.1",
"request": "~2.12.0",
"winston": "~0.6.2",
"temp": "~0.5.0",
"difflib": "~0.2.4",
"prompt": "~0.2.9"
}
}