-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
40 lines (40 loc) · 923 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
{
"name": "homebridge-sengled",
"version": "0.0.4",
"description": "A unoffical Homebridge plugin for controlling sengled accessories.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/j796160836/homebridge-sengled.git"
},
"bugs": {
"url": "https://github.com/j796160836/homebridge-sengled/issues"
},
"devDependencies": {},
"engines": {
"node": ">=6.9.2",
"homebridge": ">=0.2.0"
},
"dependencies": {
"axios": "^0.21.1",
"axios-cookiejar-support": "^0.3.4",
"moment": "^2.20.1"
},
"keywords": [
"siri",
"sengled",
"homebridge",
"homebridge-plugin",
"ios",
"homekit"
],
"author": "Johnny Sung",
"license": "MIT",
"homepage": "https://github.com/j796160836/homebridge-sengled#readme",
"directories": {
"lib": "lib"
}
}