-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 762 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 762 Bytes
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
{
"name": "MMM-Serial-Notifications",
"version": "0.0.8",
"description": "A module to convert messages reseived on serial consoles to notications.",
"main": "MMM-Serial-Notifications.js",
"scripts": {
"postinstall": "./postinstall"
},
"keywords": [
"MagicMirror",
"MM",
"serial console",
"tty",
"Notifications"
],
"dependencies": {
"serialport": "latest"
},
"repository": {
"type": "git",
"url": "git@github.com:Tom-Hirschberger/MMM-Serial-Notifications.git"
},
"author": "Thomas Hirschberger",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tom-Hirschberger/MMM-Serial-Notifications/issues"
},
"homepage": "https://github.com/Tom-Hirschberger/MMM-Serial-Notifications/#readme"
}