| { |
| "author": "Vojta Jina <vojta.jina@gmail.com>", |
| "contributors": [ |
| "Mark Ethan Trostler <mark@zzo.com>", |
| "Rog\u00e9rio Vicente <rogeriopvl@gmail.com>", |
| "dignifiedquire <dignifiedquire@gmail.com>", |
| "rogeriopvl <rogeriopvl@gmail.com>", |
| "Friedel Ziegelmayer <dignifiedquire@gmail.com>", |
| "greenkeeperio-bot <support@greenkeeper.io>", |
| "Mark Trostler <mark@zzo.com>", |
| "Micha\u0142 Go\u0142\u0119biowski-Owczarek <m.goleb@gmail.com>", |
| "johnjbarton <johnjbarton@johnjbarton.com>", |
| "Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>", |
| "Filipe Guerra <alias.mac@gmail.com>", |
| "Andrey Taranov <andrey.taranov@nordea.com>", |
| "Aymeric Beaumet <aymeric@beaumet.me>", |
| "J. Abbott <abbotto@users.noreply.github.com>", |
| "Joe Doyle <valdain@gmail.com>", |
| "Julien Sanchez <julien.sanchez@lim.eu>", |
| "Florian Richter <florian@lkr24.de>", |
| "Alexander Fedyashov <af@e42.guru>", |
| "Marko Vuksanovic <markovuksanovic@gmail.com>", |
| "Fran\u00e7ois SIMOND <frsimond@users.noreply.github.com>", |
| "Nicholas Mitchell <mitchellnicholasl@gmail.com>", |
| "Parashuram N <code@r.nparashuram.com>", |
| "Hai Feng Kao <haifeng@cocoaspice.in>", |
| "Tatsuyuki Ishi <ishitatsuyuki@gmail.com>", |
| "Timo Tijhof <krinklemail@gmail.com>", |
| "Vincent Voyer <vincent.voyer@algolia.com>", |
| "David <davidsu@wix.com>", |
| "brutalcrozt <goendoell49@gmail.com>", |
| "cexbrayat <cedric@ninja-squad.com>", |
| "daniel rodriguez <maieutiquer@users.noreply.github.com>", |
| "Darryl Pogue <dvpdiner2@gmail.com>", |
| "gkostov <p_e_a@gbg.bg>", |
| "Florian-R <florian.r.dev@gmail.com>", |
| "J Rob Gant <rgant@alum.wpi.edu>", |
| "Jeff Cross <middlefloor@gmail.com>" |
| ], |
| "dependencies": { |
| "which": "^1.2.1" |
| }, |
| "description": "A Karma plugin. Launcher for Chrome and Chrome Canary.", |
| "devDependencies": { |
| "chai": "^4.2.0", |
| "grunt": "^1.0.1", |
| "grunt-auto-release": "^0.0.7", |
| "grunt-bump": "^0.8.0", |
| "grunt-conventional-changelog": "^6.1.0", |
| "grunt-conventional-github-releaser": "^1.0.0", |
| "grunt-karma": "^3.0.0", |
| "grunt-npm": "^0.0.2", |
| "grunt-simple-mocha": "^0.4.0", |
| "jasmine-node": "^3.0.0", |
| "karma": "^4.1.0", |
| "karma-mocha": "1.x || ^0.2.0", |
| "load-grunt-tasks": "^4.0.0", |
| "mocha": "^5.2.0", |
| "sinon": "^7.1.1", |
| "standard": "^12.0.0" |
| }, |
| "keywords": [ |
| "karma-plugin", |
| "karma-launcher", |
| "chrome" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "karma-chrome-launcher", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/karma-runner/karma-chrome-launcher.git" |
| }, |
| "scripts": { |
| "lint": "standard", |
| "pretest": "npm run lint", |
| "test": "grunt test" |
| }, |
| "version": "3.1.0" |
| } |