-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "litelement_wallaby",
"version": "0.1.0",
"description": "Simple App made with LitElement and tested with Wallaby.js",
"main": "src/app-main.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start",
"test:watch": "karma start --auto-watch=true --single-run=false"
},
"standard": {
"globals": [
"describe",
"it"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulequilibrio/litelement_wallaby.git"
},
"keywords": [
"LitElement",
"Wallaby.js"
],
"author": "Paulo Alexandre Aquino da Costa (paulequilibrio)",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulequilibrio/litelement_wallaby/issues"
},
"homepage": "https://github.com/paulequilibrio/litelement_wallaby#readme",
"dependencies": {
"@polymer/paper-input": "^3.0.1",
"@webcomponents/webcomponentsjs": "^2.2.4",
"lit-element": "^2.0.0-rc.3"
},
"devDependencies": {
"@open-wc/testing": "^0.9.7",
"@open-wc/testing-karma": "^0.4.6",
"@open-wc/testing-wallaby": "^0.1.7",
"polymer-cli": "^1.9.5"
}
}