Files
open-wc/packages/testing-karma-bs/package.json
CircleCI aad9f9eec3 chore: release new versions
- @open-wc/building-rollup@1.1.4
 - @open-wc/building-webpack@2.13.15
 - @open-wc/demoing-storybook@2.0.6
 - es-dev-server@1.46.5
 - @open-wc/karma-esm@2.13.26
 - polyfills-loader@1.5.6
 - @open-wc/rollup-plugin-polyfills-loader@1.0.3
 - @open-wc/testing-karma-bs@1.3.58
 - @open-wc/testing-karma@3.3.15
 - @open-wc/testing@2.5.13
2020-04-21 19:16:27 +00:00

40 lines
1.2 KiB
JSON

{
"name": "@open-wc/testing-karma-bs",
"version": "1.3.58",
"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": "^3.3.15",
"@types/node": "^11.13.0",
"karma-browserstack-launcher": "^1.0.0"
}
}