forked from datarhei/restreamer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.35 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
{
"name": "Restreamer",
"version": "0.1.0-rc.7.1",
"description": "Allows you to do h.264 real-time 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": {
"body-parser": "1.15.0",
"compression": "~1.6.1",
"cookie": "^0.2.3",
"cookie-parser": "1.4.1",
"express": "4.13.4",
"express-session": "^1.13.0",
"fluent-ffmpeg": "git://github.com/datarhei/node-fluent-ffmpeg",
"jsonschema": "^1.1.0",
"moment-timezone": "^0.5.2",
"node-json-db": "git://github.com/andrew-shulgin/node-json-db",
"semver": "^5.1.0",
"ps-find": "^1.1.0",
"q": "1.4.1",
"socket.io": "1.4.5"
},
"devDependencies": {
"eslint": "2.4.0",
"babel-preset-es2015": "^6.6.0",
"grunt": "0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-cssmin": "~1.0.1",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-ng-annotate": "~2.0.1",
"grunt-shell": "1.2.1",
"load-grunt-tasks": "~3.4.1"
}
}