-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 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
{
"name": "recordly.io",
"version": "0.0.0",
"description": "Recording video messages via WebRTC",
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install && node ./node_modules/gulp/bin/gulp.js build"
},
"repository": {
"type": "git",
"url": "https://github.com/rjmackay/record.io"
},
"keywords": [
"webrtc",
"video",
"recording"
],
"author": "Robbie Mackay",
"license": "AGPL",
"bugs": {
"url": "https://github.com/rjmackay/record.io/issues"
},
"homepage": "https://github.com/rjmackay/record.io",
"dependencies": {
"bower": "^1.3.8",
"brfs": "^1.2.0",
"browserify": "^6.1.0",
"compression": "^1.0.8",
"debug": "^4.1.1",
"express": "^4.5.0",
"fluent-ffmpeg": "^1.7.2",
"gulp": "^3.8.6",
"gulp-compass": "^1.1.9",
"gulp-jshint": "^1.7.1",
"gulp-livereload": "^2.1.0",
"gulp-plumber": "^0.6.3",
"gulp-sass": "^0.7.2",
"gulp-util": "^2.2.20",
"knox": "^0.9.0",
"morgan": "^1.1.1",
"node-sass": "^0.9.3",
"node-uuid": "^1.4.1",
"serve-static": "^1.3.0",
"socket.io": "^1.0.6",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.0.0"
}
}