-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 838 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 838 Bytes
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
{
"name": "redmatic-led",
"version": "1.1.0",
"description": "Control the CCU3 LED via RedMatic",
"repository": "https://github.com/hobbyquaker/RedMatic-LED",
"keywords": [
"homematic",
"ccu",
"RedMatic",
"RaspberryMatic",
"smart home automation",
"eq-3"
],
"main": "none",
"scripts": {
"test": "camo-purge; xo",
"lintfix": "xo --fix"
},
"author": "Sebastian Raff <hobbyquaker@gmail.com>",
"license": "MIT",
"devDependencies": {
"camo-purge": "^1.0.2",
"eslint-plugin-html": "^4.0.5",
"xo": "^0.23.0"
},
"node-red": {
"nodes": {
"ccu-led": "nodes/ccu-led.js"
}
},
"xo": {
"space": 4,
"plugin": "html",
"global": [
"$",
"RED"
],
"extensions": [
"js",
"html"
],
"rules": {},
"ignore": []
}
}