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
/
Copy pathpackage.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 <vojta.jina@gmail.com>",
"contributors": [
"Vojta Jina <vojta.jina@gmail.com>",
"rogeriopvl <rogeriopvl@gmail.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Jan Raasch <jan@janraasch.com>",
"Rogério Vicente <rogeriopvl@gmail.com>",
"Maksim Ryzhikov <rv.maksim@gmail.com>",
"Mark Ethan Trostler <mark@zzo.com>",
"Piper Chester <piperchester@gmail.com>",
"Brian Hann <emailc0bra@gmail.com>",
"Bas Bosman <github@nazgul.nu>",
"Robo <hop2deep@gmail.com>",
"deepak1556 <hop2deep@gmail.com>"
],
"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"
}