forked from appium/appium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.32 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
54
55
56
57
58
59
60
61
{
"name": "appium",
"description": "Automation for Apps.",
"tags": [
"automation",
"javascript"
],
"version": "0.0.9",
"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",
"unzip": "~0.1.1"
},
"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",
"difflib": "~0.2.4",
"prompt": "~0.2.9"
}
}