-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
66 lines (66 loc) · 1.98 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
{
"name": "karma-edge-launcher",
"version": "0.4.3",
"description": "A Karma plugin. Launcher for Microsoft Edge.",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": "karma-runner/karma-edge-launcher",
"keywords": [
"karma-plugin",
"karma-launcher",
"microsoft",
"edge"
],
"author": "Nick McCurdy <[email protected]> (http://nickmccurdy.com/)",
"dependencies": {},
"peerDependencies": {
"karma": ">=0.9"
},
"engines": {
"node": ">=8"
},
"license": "MIT",
"bugs": "https://github.com/karma-runner/karma-edge-launcher/issues",
"homepage": "https://github.com/karma-runner/karma-edge-launcher",
"devDependencies": {
"chai": "^3.5.0",
"chai-fs": "^1.0.0",
"chai-url": "^1.0.4",
"di": "^0.0.1",
"eslint": "^4.18.2",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-npm": "^0.0.2",
"grunt-simple-mocha": "^0.4.0",
"karma": "1.x || ^0.13.22",
"load-grunt-tasks": "^3.2.0",
"os-homedir": "^1.0.1",
"proxyquire": "^1.7.10"
},
"contributors": [
"Nick McCurdy <[email protected]>",
"Nick McCurdy <[email protected]>",
"Vojta Jina <[email protected]>",
"Mark Ethan Trostler <[email protected]>",
"sarychev <[email protected]>",
"sylvain-hamel <[email protected]>",
"dignifiedquire <[email protected]>",
"Sylvain Hamel <[email protected]>",
"Tristan VALCKE <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"harimambura <[email protected]>",
"Barak Haim <[email protected]>",
"Mark Trostler <[email protected]>",
"Andreas Krummsdorf <[email protected]>",
"Marcos Cáceres <[email protected]>",
"Nikita Khomyakov <[email protected]>",
"Christopher Currie <[email protected]>"
]
}