-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
69 lines (69 loc) · 2.15 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
{
"name": "karma-firefox-launcher",
"version": "2.1.1",
"description": "A Karma plugin. Launcher for Firefox.",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "karma start --single-run",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"semantic-release": "semantic-release"
},
"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": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@semantic-release/npm": "^9.0.0",
"husky": "^8.0.0",
"karma": "^6.3.4",
"karma-mocha": "^2.0.1",
"mocha": "^10.0.0",
"pinst": "^3.0.0",
"semantic-release": "^19.0.2",
"standard": "^17.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]>",
"Jonathan Ginsburg <[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.2.0",
"which": "^3.0.0"
}
}