Files
open-wc/packages/testing-karma-bs/package.json
CircleCI 172f8d0e5f chore: release new versions
- @open-wc/building-webpack@2.13.24
 - @open-wc/demoing-storybook@2.2.10
 - es-dev-server@1.50.4
 - @open-wc/karma-esm@2.16.4
 - @open-wc/testing-karma-bs@1.3.69
 - @open-wc/testing-karma@3.3.26
2020-05-16 12:41:12 +00:00

40 lines
1.2 KiB
JSON

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