forked from datarhei/restreamer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.38 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
{
"name": "Restreamer",
"version": "0.6.4",
"description": "Allows you to do h.264 video streaming on your website without a streaming provider",
"author": "datarhei.org",
"repository": {
"type": "git",
"url": "git://github.com/datarhei/restreamer.git"
},
"license": "Apache-2.0",
"scripts": {
"start": "node ./src/start"
},
"dependencies": {
"ajv": "^6.5.4",
"ajv-keywords": "^3.2.0",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"cookie": "0.3.1",
"cookie-parser": "1.4.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"fluent-ffmpeg": "^2.1.2",
"jsonschema": "1.2.0",
"moment-timezone": "0.5.13",
"node-json-db": "0.7.3",
"printf": "^0.5.1",
"ps-find": "1.1.0",
"public-ip": "^2.4.0",
"q": "1.5.0",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"semver": "5.4.1",
"socket.io": "^2.1.1"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-env": "^1.7.0",
"coffeescript": "^2.3.2",
"eslint": "4.18.2",
"grunt": "^1.1.0",
"grunt-babel": "7.0.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-uglify": "3.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-ng-annotate": "3.0.0",
"grunt-shell": "2.1.0",
"load-grunt-tasks": "3.5.2",
"webpack": "^4.41.4"
}
}