forked from jeffsui/appium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 2.63 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "appium",
"description": "Automation for Apps.",
"tags": [
"automation",
"javascript",
"selenium",
"webdriver",
"ios",
"android",
"firefoxos",
"testing"
],
"version": "1.0.0",
"author": "[email protected]",
"licenses": [
{
"type": "apache-2.0",
"url": "https://raw.github.com/appium/appium/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/appium/appium.git"
},
"bugs": {
"url": "https://github.com/appium/appium/issues"
},
"engines": [
"node"
],
"main": "./lib/server/main.js",
"bin": {
"appium": "./bin/appium.js",
"appium-doctor": "./bin/appium-doctor.js",
"authorize_ios": "./bin/authorize-ios.js"
},
"directories": {
"lib": "./lib",
"doc": "./docs"
},
"dependencies": {
"underscore": "~1.6.0",
"colors": "~0.6.2",
"express": "~3.5.1",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"argparse": "~0.1.15",
"path": "~0.4.9",
"rimraf": "~2.2.2",
"uuid-js": "~0.7.4",
"temp": "~0.7.0",
"winston": "~0.7.2",
"request": "~2.34.0",
"bplist-parser": "~0.0.4",
"plist": "~0.4.3",
"bufferpack": "0.0.6",
"bplist-creator": "~0.0.2",
"node-uuid": "~1.4.1",
"underscore.string": "~2.3.3",
"glob": "~3.2.7",
"unzip": "~0.1.9",
"ncp": "~0.5.0",
"swig": "~1.3.2",
"async": "~0.7.0",
"mkdirp": "~0.3.5",
"xml2js": "~0.4.2",
"difflib": "~0.2.4",
"prompt": "~0.2.11",
"binary-cookies": "~0.1.1",
"namp": "0.2.25",
"node-idevice": "~0.1.2",
"win-spawn": "~2.0.0",
"adm-zip": "~0.4.3",
"ws": "~0.4.31",
"socket.io": "~0.9.16",
"md5calculator": "~0.0.3",
"through": "~2.3.4",
"date-utils": "~1.2.14",
"bytes": "~0.2.1",
"appium-atoms": "~0.0.5",
"appium-instruments": "~0.1.21",
"appium-uiauto": "~0.0.18",
"mv": "~2.0.0",
"js2xmlparser2": "~0.2.0",
"xpath": "~0.0.6",
"xmldom": "~0.1.19",
"sandboxed-module": "~0.3.0"
},
"scripts": {
"test": "grunt travis"
},
"devDependencies": {
"assert": "~1.1.1",
"chai": "~1.9.1",
"chai-as-promised": "~4.1.1",
"glob": "~3.2.9",
"grunt-contrib-jshint": "~0.10.0",
"grunt-jscs-checker": "~0.4.3",
"grunt-mocha-test": "~0.10.0",
"mocha": "~1.18.2",
"monocle-js": "~0.6.1",
"node-static": "~0.7.2",
"q": "~1.0.0",
"saucelabs": "~0.1.1",
"sinon": "~1.9.0",
"sinon-chai": "~2.5.0",
"socket.io-client": "~0.9.16",
"socks": "~0.0.1",
"underscore-cli": "~0.2.17",
"unorm": "~1.3.1",
"wd": "0.2.21",
"yiewd": "~0.4.4"
}
}