forked from karma-runner/karma-browserstack-launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.16 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
{
"name": "karma-browserstack-launcher",
"version": "1.2.0",
"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.0",
"browserstacktunnel-wrapper": "~1.4.2",
"q": "~1.4.1"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"devDependencies": {
"eslint": "^3.14.1",
"eslint-config-standard": "^4.0.0",
"eslint-plugin-standard": "^1.2.0",
"grunt": "~0.4.5",
"grunt-auto-release": "0.0.6",
"grunt-bump": "~0.5.0",
"grunt-conventional-changelog": "^4.1.0",
"grunt-conventional-github-releaser": "^0.4.0",
"grunt-eslint": "^17.0.0",
"grunt-npm": "~0.0.2",
"load-grunt-tasks": "^3.2.0"
},
"contributors": [
"Friedel Ziegelmayer <[email protected]>",
"dignifiedquire <[email protected]>",
"Shirish Kamath <[email protected]>",
"Donato Borrello <[email protected]>",
"DonatoB <[email protected]>",
"Ben Gummer <[email protected]>",
"L42y <[email protected]>",
"Nicolas Ferrero <[email protected]>",
"Michał Gołębiowski <[email protected]>",
"Christian Budde Christensen <[email protected]>",
"Neal Stewart <[email protected]>",
"Nidhi Makhijani <[email protected]>",
"Takashi Aoki <[email protected]>",
"greenkeeperio-bot <[email protected]>",
"Anthony Trimble <[email protected]>",
"jackspirou <[email protected]>",
"Atsushi Nagase <[email protected]>",
"Bobby Earl <[email protected]>",
"Brian Folts <[email protected]>",
"Carl-Erik Kopseng <[email protected]>",
"Corentin Ardeois <[email protected]>",
"Dan Brooks <[email protected]>",
"Jan Florian Dietrich <[email protected]>",
"Mark Ethan Trostler <[email protected]>",
"Mark Trostler <[email protected]>",
"Michael Krotscheck <[email protected]>"
]
}