This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
63 lines (63 loc) · 1.49 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
{
"name": "karma-cli",
"description": "The Karma command line interface.",
"homepage": "http://karma-runner.github.io/",
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-cli.git"
},
"bugs": {
"url": "https://github.com/karma-runner/karma-cli/issues"
},
"scripts": {
"lint": "standard",
"test": "npm run lint"
},
"keywords": [
"karma",
"spectacular",
"runner",
"karma",
"js",
"javascript",
"testing",
"test",
"remote",
"execution"
],
"author": "Vojta Jína <[email protected]>",
"contributors": [
"Vojta Jina <[email protected]>",
"rogeriopvl <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Jan Raasch <[email protected]>",
"Rogério Vicente <[email protected]>",
"Maksim Ryzhikov <[email protected]>",
"Mark Ethan Trostler <[email protected]>",
"Piper Chester <[email protected]>",
"Brian Hann <[email protected]>",
"Bas Bosman <[email protected]>",
"Robo <[email protected]>",
"deepak1556 <[email protected]>"
],
"dependencies": {
"resolve": "^1.3.3"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-bump": "^0.8.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-npm": "0.0.2",
"load-grunt-tasks": "^4.0.0",
"standard": "^12.0.0"
},
"preferGlobal": true,
"bin": {
"karma": "./bin/karma"
},
"engines": {
"node": ">= 6"
},
"version": "2.0.0",
"license": "MIT"
}