-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
42 lines (42 loc) · 1001 Bytes
/
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
{
"name": "power-wheel-card",
"version": "0.1.5",
"description": "An intuitive way to represent the power and energy that your home is consuming or producing.",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start --coverage"
},
"husky": {
"hooks": {
"pre-commit": "karma start --coverage"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/gurbyz/power-wheel-card.git"
},
"keywords": [
"energy",
"solar panels",
"home assistant",
"lovelace",
"custom card"
],
"author": "Gerben ten Hove",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gurbyz/power-wheel-card/issues"
},
"homepage": "https://github.com/gurbyz/power-wheel-card#readme",
"devDependencies": {
"@open-wc/testing": "^2.5.8",
"@open-wc/testing-karma": "^3.3.10",
"deepmerge": "^4.2.2",
"husky": "^3.0.8",
"lit-element": "^2.2.1",
"mocha": "^7.1.1",
"sinon": "^9.0.1"
}
}