mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
- @open-wc/building-webpack@2.13.32 - @open-wc/demoing-storybook@2.3.5 - es-dev-server@1.54.0 - @open-wc/karma-esm@2.16.12 - @open-wc/testing-karma-bs@1.3.77 - @open-wc/testing-karma@3.4.1
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@open-wc/testing-karma",
|
|
"version": "3.4.1",
|
|
"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.16.12",
|
|
"@types/karma": "^5.0.0",
|
|
"@types/karma-coverage-istanbul-reporter": "^2.1.0",
|
|
"@types/karma-mocha": "^1.3.0",
|
|
"@types/karma-mocha-reporter": "^2.2.0",
|
|
"axe-core": "^3.5.3",
|
|
"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": {
|
|
"karma-browserstack-launcher": "^1.0.0"
|
|
}
|
|
}
|