-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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": "node-red-contrib-telldus-zwave-v2-local",
"version": "1.3.5",
"description": "Control z-wav devices or check z-wave sensors connected to a Telldus z-wave gateway using the local API",
"dependencies": {
"telldus-local": "^0.0.3",
"promise": "^8.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"telldus",
"local",
"zwave",
"z-wave",
"api",
"device",
"devices",
"sensor",
"sensors",
"metric",
"metrics"
],
"author": "Per Brage",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/perbrage/node-red-contrib-telldus-zwave-v2-local"
},
"bugs": {
"url": "https://github.com/perbrage/node-red-contrib-telldus-zwave-v2-local/issues"
},
"node-red": {
"nodes": {
"telldus-gateway": "lib/telldus-gateway.js",
"telldus-device": "lib/telldus-device.js",
"telldus-metricsensor": "lib/telldus-metricsensor.js",
"telldus-switchsensor": "lib/telldus-switchsensor.js"
}
}
}