forked from felixls/node-red-contrib-tplink-smarthome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 981 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
43
44
45
{
"name": "node-red-contrib-tplink-smarthome",
"version": "0.1.1",
"description": "A collection of node-red nodes for tp-link smart home devices",
"homepage": "https://github.com/Felixls/node-red-contrib-tplink-smarthome",
"author": "Sergio Scarnatto",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:Felixls/node-red-contrib-tplink-smarthome.git"
},
"node-red": {
"nodes": {
"smart-plug": "smart-plug.js",
"smart-bulb": "smart-bulb.js"
}
},
"keywords": [
"node-red",
"tplink",
"kasa",
"iot",
"hs100",
"hs105",
"hs110",
"hs200",
"lb100",
"lb110",
"lb120",
"lb130",
"home",
"smart",
"smartplug",
"smartswitch",
"smartbulb"
],
"bugs": {
"url": "https://github.com/Felixls/node-red-contrib-tplink-smarthome/issues"
},
"dependencies": {
"moment": "^2.20.1",
"numeral": "^2.0.6",
"tplink-smarthome-api": "^0.20.1"
}
}