-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 917 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
{
"name": "node-red-contrib-smartlifeair",
"version": "1.0.13",
"description": "NO NEED of Firmware changes or COMMAND LINE configurations. A simple NR node that works with almost any Smartlife and Tuya device. Read the instructions properly to save time. ",
"main": "index.js",
"scripts": {
"test": "test"
},
"keywords": [
"smartlifeair",
"node-red",
"smartlife",
"tuya",
"smart life",
"smart homes",
"smart things"
],
"repository": {
"type": "git",
"url": "git+https://github.com/razorRun/node-red-contrib-smartlifeair.git/"
},
"author": "Roshan Milinda",
"license": "GPL (GPLv3)",
"homepage": "https://github.com/razorRun/node-red-contrib-smartlifeair.git/#readme",
"dependencies": {
"firebase": "^7.8.0"
},
"node-red": {
"nodes": {
"smartlife-air-login": "config.js",
"smartlife-air-device": "device-node.js"
}
}
}