{ "name": "karma-chrome-launcher", "version": "3.2.0", "description": "A Karma plugin. Launcher for Chrome and Chrome Canary.", "main": "index.js", "scripts": { "lint": "standard", "integration-test": "npx karma start examples/simple/karma.conf.js --single-run --browsers ChromeHeadless", "unit-test": "npx mocha test/*", "test": "npm run unit-test && npm run integration-test", "release": "semantic-release", "commitlint": "commitlint" }, "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": { "@commitlint/cli": "^12.1.4", "@commitlint/config-angular": "^12.1.4", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.1", "chai": "^4.2.0", "karma": "^6.4.1", "karma-mocha": "1.x || ^0.2.0", "mocha": "^5.2.0", "semantic-release": "^17.0.1", "sinon": "^7.1.1", "standard": "^12.0.0" }, "contributors": [ "Mark Ethan Trostler ", "Rogério Vicente ", "dignifiedquire ", "Jonathan Ginsburg ", "rogeriopvl ", "Friedel Ziegelmayer ", "greenkeeperio-bot ", "johnjbarton ", "Mark Trostler ", "Michał Gołębiowski-Owczarek ", "Friedel Ziegelmayer ", "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", "Andrey Taranov ", "Aymeric Beaumet ", "Filipe Guerra ", "Alexander Fedyashov ", "Darryl Pogue ", "David ", "Florian Richter ", "Florian-R ", "François SIMOND ", "Hai Feng Kao ", "J Rob Gant ", "J. Abbott ", "Jeff Cross ", "Joe Doyle ", "Julien Sanchez ", "Marko Vuksanovic ", "Nicholas Mitchell ", "Parashuram N ", "Stefan Bley ", "Tatsuyuki Ishi ", "Timo Tijhof ", "Vincent Voyer ", "aSemy <897017+aSemy@users.noreply.github.com>", "brutalcrozt ", "cexbrayat ", "daniel rodriguez ", "gkostov ", "semantic-release-bot " ] }