forked from open-wc/open-wc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@open-wc/testing-karma",
"version": "3.2.30",
"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/",
"main": "testing-karma.js",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"files": [
"*.js",
"src"
],
"keywords": [
"testing",
"karma",
"mocha",
"compatibility"
],
"dependencies": {
"@open-wc/karma-esm": "^2.12.6",
"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.0.1"
}
}