-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 897 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
{
"name": "MMM-LEDStripControl",
"version": "0.0.3",
"description": "A MagicMirror² module to control WS28XX LED strips with notifications. A module to convert the notifications into MQTT commands like MMM-MQTTbridge is needed to communicate with the LED strip.",
"main": "MMM-LEDStripControl",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [
"MagicMirror",
"MM",
"LED",
"WS2801",
"WS2813",
"WS2812B",
"Pong",
"MQTT"
],
"repository": {
"type": "git",
"url": "git@github.com:Tom-Hirschberger/MMM-LEDStripControl.git"
},
"author": "Thomas Hirschberger",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tom-Hirschberger/MMM-LEDStripControl/issues"
},
"homepage": "https://github.com/Tom-Hirschberger/MMM-LEDStripControl/#readme"
}