-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 972 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": "node-milight-rf24",
"version": "0.1.8",
"description": "This module can communicate with an Arduino with the sketch from https://github.com/henryk/openmili to communicate with milight and OEM equivalents auch as Rocket LED, Limitless LED Applamp, Easybulb, s`luce, iLight, iBulb, and Kreuzer 2.4GHz LED Bulbs",
"author": {
"name": "Markus Minini",
"url": "https://github.com/xento/node-milight-rf24"
},
"main": "index",
"homepage": "https://github.com/xento/node-milight-rf24",
"repository": {
"type": "git",
"url": "git+https://github.com/xento/node-milight-rf24.git"
},
"bugs": {
"url": "https://github.com/xento/node-milight-rf24/issues"
},
"keywords": [
"SmartHome",
"Milight",
"WifiLight",
"LED",
"RF24",
"nrf24"
],
"dependencies": {
"serialport": "~2.0.6"
},
"maintainers": [
{
"name": "xento",
"email": "[email protected]"
}
],
"license": "GPL-2.0"
}