forked from lucavb/homebridge-magic-blue-bulb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 932 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
{
"name": "homebridge-magic-blue-bulb",
"version": "1.0.3",
"description": "Homebridge plugin for the MagicBlue LED Lightbulbs",
"main": "index.js",
"files": [
"index.js",
"rgbConversion.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucavb/homebridge-magic-blue-bulb.git"
},
"keywords": [
"homebridge-plugin"
],
"author": "Luca Becker",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/lucavb/homebridge-magic-blue-bulb/issues"
},
"homepage": "https://github.com/lucavb/homebridge-magic-blue-bulb#readme",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"noble": "1.8.0"
},
"devDependencies": {
"prettier": "2.2.1"
}
}