{ "name": "karma-chrome-launcher", "version": "3.1.0", "description": "A Karma plugin. Launcher for Chrome and Chrome Canary.", "main": "index.js", "scripts": { "lint": "standard", "pretest": "npm run lint", "test": "grunt test" }, "repository": { "type": "git", "url": "git://github.com/karma-runner/karma-chrome-launcher.git" }, "keywords": [ "karma-plugin", "karma-launcher", "chrome" ], "author": "Vojta Jina ", "dependencies": { "which": "^1.2.1" }, "license": "MIT", "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" }, "contributors": [ "Mark Ethan Trostler ", "Rogério Vicente ", "dignifiedquire ", "rogeriopvl ", "Friedel Ziegelmayer ", "greenkeeperio-bot ", "Mark Trostler ", "Michał Gołębiowski-Owczarek ", "johnjbarton ", "Friedel Ziegelmayer ", "Filipe Guerra ", "Andrey Taranov ", "Aymeric Beaumet ", "J. Abbott ", "Joe Doyle ", "Julien Sanchez ", "Florian Richter ", "Alexander Fedyashov ", "Marko Vuksanovic ", "François SIMOND ", "Nicholas Mitchell ", "Parashuram N ", "Hai Feng Kao ", "Tatsuyuki Ishi ", "Timo Tijhof ", "Vincent Voyer ", "David ", "brutalcrozt ", "cexbrayat ", "daniel rodriguez ", "Darryl Pogue ", "gkostov ", "Florian-R ", "J Rob Gant ", "Jeff Cross " ] }