forked from karma-runner/karma-firefox-launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.72 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
{
"name": "karma-firefox-launcher",
"version": "1.3.0",
"description": "A Karma plugin. Launcher for Firefox.",
"main": "index.js",
"scripts": {
"lint": "standard",
"release": "standard-version",
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-firefox-launcher.git"
},
"keywords": [
"karma",
"testing",
"karma-plugin",
"karma-launcher",
"firefox"
],
"author": "Vojta Jina <[email protected]>",
"license": "MIT",
"devDependencies": {
"karma": "^4.2.0",
"karma-mocha": "^1.3.0",
"mocha": "^6.2.0",
"standard": "^13.1.0",
"standard-version": "^7.0.0"
},
"contributors": [
"Alex Zaslavsky <[email protected]>",
"Andrei Khveras <[email protected]>",
"Brian Birtles <[email protected]>",
"Chad McElligott <[email protected]>",
"dignifiedquire <[email protected]>",
"Erwann Mest <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"James Talmage <[email protected]>",
"Jan Brecka <[email protected]>",
"Liam Newman <[email protected]>",
"Maksim Ryzhikov <[email protected]>",
"Mario Vejlupek <[email protected]>",
"Mark Ethan Trostler <[email protected]>",
"Martin Fochler <[email protected]>",
"Michał Gołębiowski <[email protected]>",
"Parashuram <[email protected]>",
"Peter Johanson <[email protected]>",
"Salvador de la Puente <[email protected]>",
"Schaaf, Martin <[email protected]>",
"Žilvinas Urbonas <[email protected]>"
],
"dependencies": {
"is-wsl": "^2.1.1"
}
}