UNPKG

@cbt/karma-cbt-launcher

Version:

Custom launcher for Karma that allows testing remotely through CrossBrowserTesting.

44 lines (43 loc) 1.22 kB
{ "name": "@cbt/karma-cbt-launcher", "version": "0.4.2", "description": "Custom launcher for Karma that allows testing remotely through CrossBrowserTesting.", "main": "index.js", "author": "Tim Hamilton <Timothy.Hamilton@smartbear.com> (http://crossbrowsertesting.com)", "repository": "crossbrowsertesting/karma-cbt-launcher", "keywords": [ "karma-launcher", "karma-plugin", "cbt", "crossbrowsertesting" ], "scripts": { "prepare": "gulp" }, "license": "MIT", "dependencies": { "cbt_tunnels": "^0.9.3", "request": "^2.85.0", "selenium-webdriver": "^3.5.0" }, "engines": { "node": ">= 6.11.0" }, "devDependencies": { "babel": "^6.23.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-regenerator": "^6.26.0", "babel-preset-env": "^1.6.1", "eslint": "^4.19.1", "eslint-config-standard": "^11.0.0", "eslint-plugin-import": "^2.11.0", "eslint-plugin-node": "^6.0.1", "eslint-plugin-promise": "^3.7.0", "eslint-plugin-standard": "^3.1.0", "gulp": "^3.9.1", "gulp-babel": "^7.0.1", "gulp-eslint": "^4.0.2" } }