-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 899 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 899 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
30
31
32
33
34
35
36
37
38
{
"name": "nodejs-opencv2hls",
"version": "1.0.0",
"description": "Make a (HLS)HTTP Live Streaming from OpenCV by Node.js",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bookjan/nodejs-opencv2hls.git"
},
"keywords": [
"OpenCV",
"Node.js",
"FFmpeg",
"HLS"
],
"author": "bookjan",
"license": "MIT",
"bugs": {
"url": "https://github.com/bookjan/nodejs-opencv2hls/issues"
},
"homepage": "https://github.com/bookjan/nodejs-opencv2hls#readme",
"dependencies": {
"express": "^4.16.3",
"morgan": "^1.9.0",
"multistream": "^2.1.1",
"ngrok": "^3.0.1",
"opencv4nodejs": "^4.7.4",
"pug": "^2.0.3",
"stream-filter": "^2.1.0"
},
"devDependencies": {
"eslint": "^5.9.0"
}
}