-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.25 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "node-rtsp-mp4",
"version": "0.0.1",
"description": "media source extension video player rtps mp4 dvr",
"main": "server.js",
"scripts": {
"test": "node compare.js",
"start": "node server.js",
"lint": "standard --verbose server.js ./routes/routes.js",
"lint:fix": "standard --fix server.js ./routes/routes.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ctoigo/node-rtsp-mp4.git"
},
"keywords": [
"live",
"stream",
"fragmented",
"mp4",
"video",
"media",
"source",
"extensions",
"h264",
"ffmpeg",
"node.js",
"socket.io",
"express"
],
"author": "Chrystian Toigo <ctoigo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ctoigo/node-rtsp-mp4/issues"
},
"homepage": "https://github.com/ctoigo/node-rtsp-mp4#readme",
"dependencies": {},
"devDependencies": {
"express": "^4.16.4",
"ffmpeg-respawn": "^0.1.1",
"ffmpeg-static": "^2.4.0",
"mp4frag": "^0.1.1",
"pam-diff": "^0.13.5",
"pipe2jpeg": "^0.2.7",
"pipe2pam": "^0.6.2",
"socket.io": "^2.2.0",
"standard": "^12.0.1",
"ws": "^6.1.4"
},
"optionalDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
}
}