1 | {
|
2 | "name": "karma-cli",
|
3 | "description": "The Karma command line interface.",
|
4 | "homepage": "http://karma-runner.github.io/",
|
5 | "repository": {
|
6 | "type": "git",
|
7 | "url": "git://github.com/karma-runner/karma-cli.git"
|
8 | },
|
9 | "bugs": {
|
10 | "url": "https://github.com/karma-runner/karma-cli/issues"
|
11 | },
|
12 | "scripts": {
|
13 | "lint": "standard",
|
14 | "test": "npm run lint"
|
15 | },
|
16 | "keywords": [
|
17 | "karma",
|
18 | "spectacular",
|
19 | "runner",
|
20 | "karma",
|
21 | "js",
|
22 | "javascript",
|
23 | "testing",
|
24 | "test",
|
25 | "remote",
|
26 | "execution"
|
27 | ],
|
28 | "author": "Vojta Jína <vojta.jina@gmail.com>",
|
29 | "contributors": [
|
30 | "Vojta Jina <vojta.jina@gmail.com>",
|
31 | "rogeriopvl <rogeriopvl@gmail.com>",
|
32 | "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
33 | "Jan Raasch <jan@janraasch.com>",
|
34 | "Rogério Vicente <rogeriopvl@gmail.com>",
|
35 | "Maksim Ryzhikov <rv.maksim@gmail.com>",
|
36 | "Mark Ethan Trostler <mark@zzo.com>",
|
37 | "Piper Chester <piperchester@gmail.com>",
|
38 | "Brian Hann <emailc0bra@gmail.com>",
|
39 | "Bas Bosman <github@nazgul.nu>",
|
40 | "Robo <hop2deep@gmail.com>",
|
41 | "deepak1556 <hop2deep@gmail.com>"
|
42 | ],
|
43 | "dependencies": {
|
44 | "resolve": "^1.3.3"
|
45 | },
|
46 | "devDependencies": {
|
47 | "grunt": "^1.0.3",
|
48 | "grunt-bump": "^0.8.0",
|
49 | "grunt-conventional-changelog": "^6.1.0",
|
50 | "grunt-npm": "0.0.2",
|
51 | "load-grunt-tasks": "^4.0.0",
|
52 | "standard": "^12.0.0"
|
53 | },
|
54 | "preferGlobal": true,
|
55 | "bin": {
|
56 | "karma": "./bin/karma"
|
57 | },
|
58 | "engines": {
|
59 | "node": ">= 6"
|
60 | },
|
61 | "version": "2.0.0",
|
62 | "license": "MIT"
|
63 | }
|