Files
open-wc/packages/testing-karma/package.json
CircleCI 94f832967f chore: release new versions
- @open-wc/building-rollup@0.22.11
 - @open-wc/building-webpack@2.13.10
 - @open-wc/dedupe-mixin@1.2.13
 - @open-wc/demoing-storybook@1.15.0
 - es-dev-server@1.46.0
 - @open-wc/karma-esm@2.13.21
 - @mdjs/core@0.1.7
 - @open-wc/rollup-plugin-html@0.3.6
 - @open-wc/rollup-plugin-polyfills-loader@0.4.3
 - @open-wc/scoped-elements@1.0.4
 - storybook-addon-markdown-docs@0.2.1
 - @open-wc/testing-karma-bs@1.3.54
 - @open-wc/testing-karma@3.3.10
2020-03-26 21:18:08 +00:00

49 lines
1.2 KiB
JSON

{
"name": "@open-wc/testing-karma",
"version": "3.3.10",
"publishConfig": {
"access": "public"
},
"description": "Testing with karma following open-wc recommendations",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/open-wc/open-wc.git",
"directory": "packages/testing-karma"
},
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/testing-karma",
"main": "testing-karma.js",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"files": [
"*.js",
"src"
],
"keywords": [
"testing",
"karma",
"mocha",
"compatibility"
],
"dependencies": {
"@open-wc/karma-esm": "^2.13.21",
"axe-core": "^3.3.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^2.0.0",
"karma-mocha": "^1.0.0",
"karma-mocha-reporter": "^2.0.0",
"karma-mocha-snapshot": "^0.2.1",
"karma-snapshot": "^0.6.0",
"karma-source-map-support": "^1.3.0",
"mocha": "^6.2.2"
},
"devDependencies": {
"chai": "^4.2.0",
"karma-browserstack-launcher": "^1.0.0",
"lit-element": "^2.2.1"
}
}