forked from omar-haris/nginx-rtmp-monitoring
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 879 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": "fstv-monitoring",
"version": "1.0.1",
"description": "Real-time monitoring dashboard for nginx rtmp module.",
"author": "Fiftysoft",
"homepage": "https://github.com/fiftysoft/nginx-rtmp-monitoring",
"keywords": [
"fstv",
"dashboard",
"monitoring",
"fstv monitoring",
"fiftysoft"
],
"repository": {
"type": "git",
"url": "https://github.com/fiftysoft/nginx-rtmp-monitoring.git"
},
"bugs": "https://github.com/fiftysoft/nginx-rtmp-monitoring/issues",
"contributors": "https://github.com/fiftysoft/nginx-rtmp-monitoring/graphs/contributors",
"license": "MIT",
"engines": {
"node": "~0.10.0 || ~0.12.0 || ^4.2.0"
},
"dependencies": {
"express": "4.13.4",
"express-session": "^1.15.5",
"fetch": "1.1.0",
"os": "0.1.1",
"socket.io": "1.4.6",
"swig": "1.4.2",
"xml2js": "0.4.16"
}
}