{
  "name": "@open-wc/testing-karma-bs",
  "version": "1.3.94",
  "publishConfig": {
    "access": "public"
  },
  "description": "Testing with karma using browserstack following open-wc recommendations",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/open-wc/open-wc.git",
    "directory": "packages/testing-karma-bs"
  },
  "author": "open-wc",
  "homepage": "https://github.com/open-wc/open-wc/tree/master/packages/testing-karma-bs",
  "main": "index.js",
  "scripts": {
    "prepublishOnly": "../../scripts/insert-header.js",
    "test": "karma start demo/karma.conf.js --coverage",
    "test:bs": "karma start demo/karma.bs.conf.js --legacy --coverage",
    "test:legacy": "karma start demo/karma.conf.js --legacy --coverage",
    "test:legacy:watch": "karma start demo/karma.conf.js --legacy --auto-watch=true --single-run=false",
    "test:watch": "karma start demo/karma.conf.js --auto-watch=true --single-run=false"
  },
  "files": [
    "*.js"
  ],
  "keywords": [
    "testing",
    "karma",
    "browserstack",
    "config"
  ],
  "dependencies": {
    "@open-wc/testing-karma": "^4.0.9",
    "@types/node": "^11.13.0",
    "karma-browserstack-launcher": "^1.0.0"
  },
  "gitHead": "59e56d74ca6e89550ef2e6ed1c5ac5adc9c1906e"
}
