-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "node-red-contrib-mystrom",
"version": "1.1.0",
"description": "myStrom nodes to controll all myStrom devices within Node-RED",
"author": "Hadjimina",
"homepage": "https://github.com/myStrom/node-red-contrib-mystrom",
"license": "Apache-2.0",
"maintainers": [
"Philipp Hadjimina <p.m.hadjimina@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/myStrom/node-red-contrib-mystrom.git"
},
"bugs": {
"url": "https://github.com/myStrom/node-red-contrib-mystrom/issues"
},
"dependencies": {},
"keywords": [
"node-red",
"node-red-contrib",
"contrib",
"mystrom",
"iot",
"bulb",
"switch",
"strip",
"swisscom",
"api"
],
"node-red": {
"nodes": {
"myStrom Bulb": "src/myStromBulb.js",
"myStrom Config Bulb": "src/myStromConfigBulb.js",
"myStrom Switch": "src/myStromSwitch.js",
"myStrom Config Switch": "src/myStromConfigSwitch.js",
"myStrom Strip": "src/myStromStrip.js",
"myStrom Config Strip": "src/myStromConfigStrip.js",
"myStrom Button Plus": "src/myStromButtonPlus.js",
"myStrom Config Button Plus": "src/myStromConfigButtonPlus.js",
"myStrom Button": "src/myStromButton.js",
"myStrom Config Button": "src/myStromConfigButton.js"
}
}
}