-
-
Notifications
You must be signed in to change notification settings - Fork 459
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 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
{
"name": "Restreamer",
"version": "0.1.0-RC4",
"description": "Allows you to do h.264 real-time video streaming on your website without a streaming provider",
"author": "datarhei.org",
"license": "Apache-2.0",
"scripts": {
"start": "node ./bin/start"
},
"dependencies": {
"body-parser": "1.14.2",
"bytes": "^2.1.0",
"compression": "~1.6.0",
"connect-flash": "^0.1.1",
"cookie-parser": "1.4.0",
"express": "4.13.3",
"express-session": "^1.12.1",
"fluent-ffmpeg": "git://github.com/datarhei/node-fluent-ffmpeg",
"jsonschema": "^1.0.2",
"moment-timezone": "^0.5.0",
"node-json-db": "^0.5.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"q": "1.4.1",
"request": "2.67.0",
"serve-favicon": "2.3.0",
"socket.io": "1.4.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.1.2",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-ng-annotate": "~1.0.1",
"grunt-shell": "^1.1.2",
"gruntify-eslint": "^1.3.0",
"load-grunt-tasks": "~3.4.0"
}
}