-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 914 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
{
"name": "MMM-SynologySurveillance",
"version": "0.2.5",
"description": "A MaigcMirror² module which displays video streams of cameras either connected to a Synology Diskstation or which provide a mjpeg stream.",
"main": "MMM-SynologySurveillance.js",
"dependencies": {
"axios": "^1.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"MagicMirror",
"MM",
"Synology",
"SurveillanceStation",
"mjpeg",
"PTZ",
"live-stream",
"video"
],
"repository": {
"type": "git",
"url": "[email protected]:Tom-Hirschberger/MMM-SynologySurveillance.git"
},
"author": "Thomas Hirschberger",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tom-Hirschberger/MMM-SynologySurveillance/issues"
},
"homepage": "https://github.com/Tom-Hirschberger/MMM-SynologySurveillance/#readme"
}