karma-sauce-launcher
Version:
A Karma plugin. Launch any browser on SauceLabs!
46 lines (45 loc) • 1.14 kB
JSON
{
"name": "karma-sauce-launcher",
"version": "0.1.7",
"description": "A Karma plugin. Launch any browser on SauceLabs!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-sauce-launcher.git"
},
"keywords": [
"karma-plugin",
"karma-launcher",
"sauce",
"labs",
"saucelabs"
],
"author": "Vojta Jina <vojta.jina@gmail.com>",
"dependencies": {
"wd": "~0.1.5",
"sauce-connect-launcher": "~0.1.10",
"q": "~0.9.6",
"saucelabs": "~0.1.0"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bump": "~0.0.7",
"grunt-npm": "~0.0.2",
"grunt-auto-release": "~0.0.2"
},
"contributors": [
"Santiago Suarez Ordoñez <santiycr@gmail.com>",
"Johannes Würbach <johannes.wuerbach@googlemail.com>",
"Parashuram <code@nparashuram.com>",
"Parashuram N <code@r.nparashuram.com>",
"Ralf Kistner <ralf@embarkmobile.com>",
"yhwh <ferrero.nicolas@gmail.com>"
]
}