forked from webdriverio/webdriverio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
275 lines (275 loc) · 9.86 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
{
"name": "webdriverio",
"description": "A nodejs bindings implementation for selenium 2.0/webdriver",
"version": "4.0.9",
"homepage": "http://webdriver.io",
"author": "Camilo Tapia <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/webdriverio/webdriverio.git"
},
"bugs": {
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"license": "MIT",
"main": "./build/index.js",
"bin": {
"wdio": "bin/wdio"
},
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"build": "grunt build",
"coverage": "grunt testcover --verbose",
"prepublish": "npm prune && npm run build && npm run test-unit",
"test": "grunt test",
"test-wdio": "grunt test:wdio",
"test-unit": "grunt test:unit",
"test-mobile": "grunt test:mobile",
"test-desktop": "grunt test:desktop",
"test-functional": "grunt test:functional",
"test-multibrowser": "grunt test:multibrowser"
},
"dependencies": {
"archiver": "~0.14.3",
"babel-runtime": "^5.8.25",
"css-parse": "~2.0.0",
"css-value": "~0.0.1",
"deepmerge": "~0.2.7",
"ejs": "^2.3.1",
"glob": "^5.0.10",
"inquirer": "^0.8.5",
"json-stringify-safe": "^5.0.1",
"mkdirp": "^0.5.1",
"npm-install-package": "^1.0.2",
"optimist": "^0.6.1",
"q": "~1.3.0",
"request": "2.49.0",
"rgb2hex": "~0.1.0",
"supports-color": "^1.3.1",
"url": "~0.10.3",
"validator": "^4.5.0",
"wdio-dot-reporter": "0.0.4",
"wgxpath": "~1.0.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.7",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"chai-string": "^1.1.4",
"chai-things": "^0.2.0",
"codeclimate-test-reporter": "^0.1.1",
"coveralls": "~2.11.2",
"eslint": "^1.4.1",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-bump": "^0.6.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.1.0",
"grunt-mocha-istanbul": "christian-bromann/grunt-mocha-istanbul",
"grunt-mocha-test": "^0.12.7",
"grunt-npm": "0.0.2",
"isparta": "^4.0.0",
"istanbul": "^0.3.13",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.3.4",
"nock": "^3.6.0",
"saucelabs": "^1.0.1",
"sinon": "^1.17.2",
"wdio-mocha-framework": "^0.2.13"
},
"tags": [
"web",
"test",
"selenium",
"browser",
"javascript"
],
"keywords": [
"webdriverio",
"webdriver",
"selenium",
"appium",
"saucelabs",
"sauce",
"labs",
"mocha",
"nodeUnit",
"buster",
"phantomjs",
"chai",
"vows",
"jasmine",
"assert",
"cucumber",
"testingbot"
],
"contributors": [
"Christian Bromann <[email protected]>",
"vvo <[email protected]>",
"George Crawford <[email protected]>",
"Camilo Tapia <[email protected]>",
"camilo tapia <[email protected]>",
"Christian Bromann <[email protected]>",
"Vincent Voyer <[email protected]>",
"Dan Dascalescu <[email protected]>",
"Dan Jenkins <[email protected]>",
"Pat Thiel <[email protected]>",
"Alexis Gauthiez <[email protected]>",
"Johannes Nickel <[email protected]>",
"Robin Franken <[email protected]>",
"clara-udofa <[email protected]>",
"ysono <[email protected]>",
"Risto Stevcev <[email protected]>",
"Filipe Araujo <[email protected]>",
"compulim <[email protected]>",
"csoete <[email protected]>",
"pazone <[email protected]>",
"Robin Franken <[email protected]>",
"Jaroslav Kubíček <[email protected]>",
"Mason Du <[email protected]>",
"Marius OLAR <[email protected]>",
"Thomas Grainger <[email protected]>",
"Mikhail Korepanov <[email protected]>",
"George Crawford <[email protected]>",
"Jim Davis <jim.davis@krogercom>",
"Jochen <[email protected]>",
"Jonas Aschenbrenner <[email protected]>",
"Denis Gorbachev <[email protected]>",
"Kurt Harriger <[email protected]>",
"Dmitry Sorin <[email protected]>",
"Karen <[email protected]>",
"tschuliiia <[email protected]>",
"Vadim <[email protected]>",
"Adrian Lynch <[email protected]>",
"Anton Kuznetsov <[email protected]>",
"Benjamin Eidelman <[email protected]>",
"Bernhard K. Weisshuhn <[email protected]>",
"Branton Horsley <[email protected]>",
"Bryan Kane <[email protected]>",
"Elmar Athmer <[email protected]>",
"Jon Hoguet <[email protected]>",
"Kevin Sawicki <[email protected]>",
"Marco Faustinelli Muzietto <[email protected]>",
"Marius Rugan <[email protected]>",
"Matija Marohnić <[email protected]>",
"Michael Jones <[email protected]>",
"Nicky Out <[email protected]>",
"Roman Rozhdestvenskiy <[email protected]>",
"Saul Shanabrook <[email protected]>",
"Tom Regner <[email protected]>",
"Willson Haw <[email protected]>",
"Zach Lym <[email protected]>",
"just-boris <[email protected]>",
"patthiel <[email protected]>",
"sbmaxx <[email protected]>",
"ngel Sanz <[email protected]>",
"Andrew Price <[email protected]>",
"Jonathan Fielding <[email protected]>",
"Josh Cypher <[email protected]>",
"Joshua Toenyes <[email protected]>",
"Justin Gorinsky <[email protected]>",
"Eli Flanagan <[email protected]>",
"Kenshiro Nakagawa <[email protected]>",
"Kevin Lamping <[email protected]>",
"pplambeck <[email protected]>",
"Denis Gorbachev <[email protected]>",
"Laran Evans <[email protected]>",
"Levi Thomason <[email protected]>",
"Luigi Leung <[email protected]>",
"Macy Abbey <[email protected]>",
"Marc Thomas <[email protected]>",
"psimyn <[email protected]>",
"David Linse <[email protected]>",
"ruanyl <[email protected]>",
"Martin Hansen <[email protected]>",
"Daniel Wabyick <[email protected]>",
"Mason Du <[email protected]>",
"Mathias Schaefer (molily) <[email protected]>",
"Mathias Schäfer <[email protected]>",
"lker Göktuğ Öztürk <[email protected]>",
"Maximilian Antoni <[email protected]>",
"sbmaxx <[email protected]>",
"Michael Silveira <[email protected]>",
"Mickaël Andrieu <[email protected]>",
"Christian Leutloff <[email protected]>",
"Minkyu Cho <[email protected]>",
"Mohammad Asif <[email protected]>",
"Navmed <[email protected]>",
"sgryt <[email protected]>",
"Chris Oelmueller <[email protected]>",
"Patrick Debois <[email protected]>",
"Pavel Karoukin <[email protected]>",
"Quang Van <[email protected]>",
"Richard Silverton <[email protected]>",
"Rick Yakubowski <[email protected]>",
"Brendan Dahl <[email protected]>",
"Rob Howell <[email protected]>",
"Robert Jakubowicz <[email protected]>",
"Branton Horsley <[email protected]>",
"Brandon Wanamaker <[email protected]>",
"spreston <[email protected]>",
"Sakari Jokinen <[email protected]>",
"Sam Joch <[email protected]>",
"ssnau <[email protected]>",
"Seth Merrick <[email protected]>",
"Siva <[email protected]>",
"TestingBot <[email protected]>",
"Theodore J Huff <[email protected]>",
"Thibaut Etienne <[email protected]>",
"Boris Serdiuk <[email protected]>",
"Thomas Grainger <[email protected]>",
"Tim Beyer <[email protected]>",
"Tim Brust <[email protected]>",
"Tim Brust <[email protected]>",
"Tobias Lidskog <[email protected]>",
"Anders D. Johnson <[email protected]>",
"Tommy Chen <[email protected]>",
"Benjamin Nortier <[email protected]>",
"Vincent Voyer <[email protected]>",
"Ben Calegari <[email protected]>",
"Vyacheslav Slinko <[email protected]>",
"Amitaibu <[email protected]>",
"wcainboundary <[email protected]>",
"Ziko Rajabali <[email protected]>",
"Zolmeister <[email protected]>",
"beauwalls1 <[email protected]>",
"Ben <[email protected]>",
"B.E. Henriksen <[email protected]>",
"Anthony Barone <[email protected]>",
"Angie Semler <[email protected]>",
"Andrii Shumada <[email protected]>",
"dpm3354 <[email protected]>",
"dsh <[email protected]>",
"emilbryggare <[email protected]>",
"fufnf <[email protected]>",
"junketjim <[email protected]>",
"wingsbob <[email protected]>",
"matteonovelli <[email protected]>",
"Alexander Abashkin <[email protected]>",
"Igor Soarez <[email protected]>",
"Isac Lagerblad <[email protected]>",
"Ivan Poddubny <[email protected]>",
"James M. Greene <[email protected]>",
"Gaspar Rey <[email protected]>",
"Jason Whittle <[email protected]>",
"Javier Candeira <[email protected]>",
"Jim Davis <[email protected]>",
"Eyal Zekaria <[email protected]>",
"Evgeni Kostadinov <[email protected]>",
"Joe Helfrich <[email protected]>",
"Joe Pettersson <[email protected]>",
"Johannes Nickel <[email protected]>",
"Enrique Paredes <[email protected]>",
"Jon Hoguet <[email protected]>",
"Emmerson Siqueira <[email protected]>"
]
}