forked from appium/appium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
156 lines (156 loc) · 3.79 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "appium",
"description": "Automation for Apps.",
"tags": [
"automation",
"javascript",
"selenium",
"webdriver",
"ios",
"android",
"firefoxos",
"testing"
],
"version": "1.4.14",
"author": "https://github.com/appium",
"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": {
"adm-zip": "~0.4.7",
"appium-adb": "=1.7.5",
"appium-atoms": "=0.0.5",
"appium-chromedriver": "=2.3.2",
"appium-instruments": "^2.0.6",
"appium-support": "=1.1.2",
"appium-uiauto": "^1.10.10",
"appium-xcode": "^2.0.5",
"argparse": "~1.0.1",
"async": "~0.9.0",
"binary-cookies": "~0.1.1",
"body-parser": "~1.12.0",
"bplist-creator": "~0.0.5",
"bplist-parser": "^0.1.0",
"bufferpack": "0.0.6",
"bytes": "~1.0.0",
"camel-back-promise": "^1.0.0",
"colors": "~1.0.3",
"date-utils": "~1.2.16",
"difflib": "~0.2.4",
"es6-promise": "^2.1.1",
"express": "~4.11.2",
"glob": "~4.4.0",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"js2xmlparser2": "~0.2.0",
"longjohn": "^0.2.4",
"md5calculator": "~0.0.3",
"method-override": "~2.3.1",
"mkdirp": "^0.5.0",
"morgan": "~1.5.1",
"mv": "~2.0.3",
"namp": "0.2.25",
"ncp": "~2.0.0",
"node-idevice": "~0.1.5",
"node-simctl": "^2.0.1",
"node-uuid": "~1.4.2",
"npmlog": "~1.1.0",
"path": "~0.11.14",
"plist": "~1.1.0",
"prompt": "~0.2.14",
"q": "~1.1.2",
"request": "~2.53.0",
"rimraf": "~2.2.8",
"safari-launcher": "=2.0.5",
"sandboxed-module": "~2.0.0",
"serve-favicon": "~2.2.0",
"socket.io": "~1.3.4",
"stack-trace": "0.0.9",
"swig": "~1.4.2",
"temp": "~0.8.1",
"through": "~2.3.6",
"touch": "0.0.3",
"underscore": "~1.8.1",
"underscore.string": "~3.0.3",
"unzip": "~0.1.11",
"utf7": "~1.0.0",
"uuid-js": "~0.7.5",
"vargs": "~0.1.0",
"which": "^1.0.9",
"win-spawn": "~2.0.0",
"winston": "~0.9.0",
"ws": "~0.7.1",
"xml2js": "~0.4.5",
"xmldom": "~0.1.19",
"xpath": "0.0.9"
},
"scripts": {
"test": "grunt travis"
},
"devDependencies": {
"assert": "~1.3.0",
"bdd-with-opts": "^1.0.0",
"chai": "~2.0.0",
"chai-as-promised": "~4.2.0",
"gps-demo-app": "https://github.com/appium/gps-demo-app/archive/master.tar.gz",
"grunt-contrib-jshint": "~0.11.0",
"grunt-exec": "^0.4.6",
"grunt-mocha-test": "~0.12.7",
"grunt-newer": "~1.1.0",
"gulp": "^3.8.11",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp-util": "^3.0.3",
"js-yaml": "~3.2.7",
"jshint-stylish": "^1.0.0",
"merge-stream": "^0.1.7",
"mocha": "~2.1.0",
"mocha-jenkins-reporter": "^0.1.4",
"monocle-js": "~1.0.1",
"node-static": "~0.7.6",
"promisepipe": "^1.0.1",
"rewire": "^2.3.1",
"run-sequence": "^1.0.2",
"sample-apps": "~2.0.2",
"saucelabs": "~0.1.1",
"sinon": "~1.12.2",
"sinon-chai": "~2.7.0",
"socket.io-client": "~1.3.4",
"socks": "~0.0.1",
"spawn-mocha-parallel": "~1.3.1",
"split": "^0.3.3",
"uncolor": "~0.3.0",
"underscore-cli": "~0.2.18",
"unorm": "~1.3.3",
"wd": "~0.3.11",
"wd-bridge": "~0.0.2",
"yargs": "^3.0.4",
"yiewd": "~0.6.0"
},
"optionalDependencies": {
"udidetect": "^1.0.7"
}
}