forked from azerion/LimitlessGEM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 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
{
"name": "limitless-gem",
"version": "0.2.1",
"author": "Gembly BV",
"description": "Simple NodeJS HTML5 LimitlessLED Lightbulb controller",
"keywords": [
"LED",
"LimitlessLED",
"MiLight",
"EasyBulb",
"WiFi",
"RGB",
"RGB+W"
],
"contributors" : [
{"name": "Ale Bles", "email": "[email protected]"},
{"name": "Georges Abitbol", "email": "[email protected]"},
{"name": "Bart Smallenburg", "email": "[email protected]"}
],
"licenses": [
{
"type": "GNUv2",
"url": "https://raw.github.com/gembly/LimitlessGEM/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/gembly/LimitlessGEM.git"
},
"dependencies": {
"log4js": "0.x.x"
},
"engines": {
"node": "0.10.24"
},
"main": "./index.js"
}