forked from mifi/hls-vod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 805 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
34
35
36
37
38
39
40
{
"name": "hls-vod",
"version": "1.0.2",
"description": "Node CLI for on-demand encoding and streaming of videos",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/mifi/hls-vod.git"
},
"author": {
"name": "Mikael Finstad",
"email": "[email protected]",
"url": "mifi.no"
},
"license": "MIT",
"files": [
"hls-vod.js",
"static"
],
"bin": {
"hls-vod": "hls-vod.js"
},
"engines": {
"node": ">=4"
},
"dependencies": {
"body-parser": "^1.14.1",
"dplayer": "^1.27.1",
"express": "^4.13.3",
"fs-extra": "^4.0.2",
"hls.js": "^1.3.4",
"serve-static": "^1.10.0",
"socket.io": "^2.0.3",
"underscore": "^1.8.3",
"wrench": "1.4.4"
},
"devDependencies": {
"video.js": "^8.0.4"
}
}