-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 891 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
{
"name": "video-editor",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.2",
"circular-json": "^0.3.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-busboy": "^4.0.0",
"express-session": "^1.14.0",
"express-socket.io-session": "^1.3.1",
"ffmpeg": "0.0.4",
"file-system": "^2.2.1",
"http": "0.0.0",
"jade": "~1.11.0",
"mongoose": "^4.5.9",
"morgan": "~1.6.1",
"mustache": "^2.2.1",
"mustache-express": "^1.2.2",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.8",
"socket.io-stream": "^0.9.0"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}