Files
open-wc/packages/testing-karma-bs/package.json
CircleCI 8017ebb43f chore: release new versions
- @open-wc/building-rollup@1.9.1
 - @open-wc/building-utils@2.18.2
 - @open-wc/building-webpack@2.13.43
 - chai-a11y-axe@1.3.1
 - @open-wc/demoing-storybook@2.4.2
 - es-dev-server@1.57.5
 - @open-wc/karma-esm@3.0.6
 - polyfills-loader@1.7.2
 - @open-wc/rollup-plugin-html@1.2.4
 - rollup-plugin-index-html@1.12.7
 - @open-wc/rollup-plugin-polyfills-loader@1.1.5
 - @open-wc/testing-karma-bs@1.3.91
 - @open-wc/testing-karma@4.0.6
 - @open-wc/testing@2.5.27
 - @open-wc/webpack-index-html-plugin@1.7.12
2020-09-25 18:39:58 +00:00

40 lines
1.2 KiB
JSON

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