-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 883 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
{
"name": "ha-layoutcard",
"version": "0.0.4",
"description": "Lovelace placement of cards",
"homepage": "https://github.com/zibous/ha-layoutcard",
"main": "src/main.js",
"module": "src/main.js",
"keywords": [
"home-assistant",
"homeassistant",
"hass",
"automation",
"lovelace",
"sensor",
"graph",
"svg",
"custom-cards"
],
"author": "Peter Siebler",
"license": "MIT",
"repository": "https://github.com/zibous/ha-layoutcard",
"dependencies": {},
"scripts": {
"deploy": "gulp",
"release": "gulp release"
},
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-header-comment": "^0.8.0",
"gulp-less": "^4.0.1",
"gulp-minify": "^3.1.0",
"gulp-plumber": "^1.2.1",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.2"
}
}