This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
76 lines (76 loc) · 2.55 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
{
"name": "karma-browserstack-launcher",
"version": "1.6.1",
"description": "A Karma plugin. Launch any browser on BrowserStack!",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-browserstack-launcher.git"
},
"keywords": [
"karma-plugin",
"karma-launcher",
"browserstack",
"browser-stack"
],
"author": "Vojta Jina <[email protected]>",
"dependencies": {
"browserstack": "~1.5.1",
"browserstack-local": "^1.3.7",
"q": "~1.5.0"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"grunt": "~1.0.1",
"grunt-auto-release": "0.0.7",
"grunt-bump": "~0.8.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
"grunt-eslint": "^20.0.0",
"grunt-npm": "~0.0.2",
"load-grunt-tasks": "^3.5.2"
},
"contributors": [
"Friedel Ziegelmayer <[email protected]>",
"dignifiedquire <[email protected]>",
"Shirish Kamath <[email protected]>",
"johnjbarton <[email protected]>",
"Donato Borrello <[email protected]>",
"DonatoB <[email protected]>",
"Michał Gołębiowski-Owczarek <[email protected]>",
"Ben Gummer <[email protected]>",
"L42y <[email protected]>",
"Nicolas Ferrero <[email protected]>",
"Christian Budde Christensen <[email protected]>",
"Bobby Earl <[email protected]>",
"Neal Stewart <[email protected]>",
"Nidhi Makhijani <[email protected]>",
"Peter Ringelmann <[email protected]>",
"Roland Vachter <[email protected]>",
"Takashi Aoki <[email protected]>",
"greenkeeperio-bot <[email protected]>",
"jackspirou <[email protected]>",
"Mark Ethan Trostler <[email protected]>",
"Anthony Trimble <[email protected]>",
"Atsushi Nagase <[email protected]>",
"Brian Folts <[email protected]>",
"Carl-Erik Kopseng <[email protected]>",
"Corentin Ardeois <[email protected]>",
"Dan Brooks <[email protected]>",
"Jake Champion <[email protected]>",
"Jan Florian Dietrich <[email protected]>",
"Adam Netočný <[email protected]>",
"Mark Trostler <[email protected]>",
"Mattias Ekstrand <[email protected]>",
"Michael Krotscheck <[email protected]>"
]
}