forked from AMoo-Miki/homebridge-tuya-lan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 793 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
{
"name": "homebridge-tuya-lan",
"version": "1.2.1",
"description": "Homebridge plugin for IoT devices that use Tuya Smart's platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AMoo-Miki/homebridge-tuya-lan.git"
},
"author": "AMoo-Miki",
"license": "MIT",
"bugs": {
"url": "https://github.com/AMoo-Miki/homebridge-tuya-lan/issues"
},
"homepage": "https://github.com/AMoo-Miki/homebridge-tuya-lan#readme",
"dependencies": {
"async": "^2.6.1",
"node-forge": "^0.7.6"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"lohas",
"tuya"
],
"engines": {
"homebridge": ">=0.4.0",
"node": ">=8.6.0"
}
}