1 | {
|
---|
2 | "name": "karma-chrome-launcher",
|
---|
3 | "version": "3.1.0",
|
---|
4 | "description": "A Karma plugin. Launcher for Chrome and Chrome Canary.",
|
---|
5 | "main": "index.js",
|
---|
6 | "scripts": {
|
---|
7 | "lint": "standard",
|
---|
8 | "pretest": "npm run lint",
|
---|
9 | "test": "grunt test"
|
---|
10 | },
|
---|
11 | "repository": {
|
---|
12 | "type": "git",
|
---|
13 | "url": "git://github.com/karma-runner/karma-chrome-launcher.git"
|
---|
14 | },
|
---|
15 | "keywords": [
|
---|
16 | "karma-plugin",
|
---|
17 | "karma-launcher",
|
---|
18 | "chrome"
|
---|
19 | ],
|
---|
20 | "author": "Vojta Jina <vojta.jina@gmail.com>",
|
---|
21 | "dependencies": {
|
---|
22 | "which": "^1.2.1"
|
---|
23 | },
|
---|
24 | "license": "MIT",
|
---|
25 | "devDependencies": {
|
---|
26 | "chai": "^4.2.0",
|
---|
27 | "grunt": "^1.0.1",
|
---|
28 | "grunt-auto-release": "^0.0.7",
|
---|
29 | "grunt-bump": "^0.8.0",
|
---|
30 | "grunt-conventional-changelog": "^6.1.0",
|
---|
31 | "grunt-conventional-github-releaser": "^1.0.0",
|
---|
32 | "grunt-karma": "^3.0.0",
|
---|
33 | "grunt-npm": "^0.0.2",
|
---|
34 | "grunt-simple-mocha": "^0.4.0",
|
---|
35 | "jasmine-node": "^3.0.0",
|
---|
36 | "karma": "^4.1.0",
|
---|
37 | "karma-mocha": "1.x || ^0.2.0",
|
---|
38 | "load-grunt-tasks": "^4.0.0",
|
---|
39 | "mocha": "^5.2.0",
|
---|
40 | "sinon": "^7.1.1",
|
---|
41 | "standard": "^12.0.0"
|
---|
42 | },
|
---|
43 | "contributors": [
|
---|
44 | "Mark Ethan Trostler <mark@zzo.com>",
|
---|
45 | "Rogério Vicente <rogeriopvl@gmail.com>",
|
---|
46 | "dignifiedquire <dignifiedquire@gmail.com>",
|
---|
47 | "rogeriopvl <rogeriopvl@gmail.com>",
|
---|
48 | "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
---|
49 | "greenkeeperio-bot <support@greenkeeper.io>",
|
---|
50 | "Mark Trostler <mark@zzo.com>",
|
---|
51 | "Michał Gołębiowski-Owczarek <m.goleb@gmail.com>",
|
---|
52 | "johnjbarton <johnjbarton@johnjbarton.com>",
|
---|
53 | "Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
|
---|
54 | "Filipe Guerra <alias.mac@gmail.com>",
|
---|
55 | "Andrey Taranov <andrey.taranov@nordea.com>",
|
---|
56 | "Aymeric Beaumet <aymeric@beaumet.me>",
|
---|
57 | "J. Abbott <abbotto@users.noreply.github.com>",
|
---|
58 | "Joe Doyle <valdain@gmail.com>",
|
---|
59 | "Julien Sanchez <julien.sanchez@lim.eu>",
|
---|
60 | "Florian Richter <florian@lkr24.de>",
|
---|
61 | "Alexander Fedyashov <af@e42.guru>",
|
---|
62 | "Marko Vuksanovic <markovuksanovic@gmail.com>",
|
---|
63 | "François SIMOND <frsimond@users.noreply.github.com>",
|
---|
64 | "Nicholas Mitchell <mitchellnicholasl@gmail.com>",
|
---|
65 | "Parashuram N <code@r.nparashuram.com>",
|
---|
66 | "Hai Feng Kao <haifeng@cocoaspice.in>",
|
---|
67 | "Tatsuyuki Ishi <ishitatsuyuki@gmail.com>",
|
---|
68 | "Timo Tijhof <krinklemail@gmail.com>",
|
---|
69 | "Vincent Voyer <vincent.voyer@algolia.com>",
|
---|
70 | "David <davidsu@wix.com>",
|
---|
71 | "brutalcrozt <goendoell49@gmail.com>",
|
---|
72 | "cexbrayat <cedric@ninja-squad.com>",
|
---|
73 | "daniel rodriguez <maieutiquer@users.noreply.github.com>",
|
---|
74 | "Darryl Pogue <dvpdiner2@gmail.com>",
|
---|
75 | "gkostov <p_e_a@gbg.bg>",
|
---|
76 | "Florian-R <florian.r.dev@gmail.com>",
|
---|
77 | "J Rob Gant <rgant@alum.wpi.edu>",
|
---|
78 | "Jeff Cross <middlefloor@gmail.com>"
|
---|
79 | ]
|
---|
80 | }
|
---|