-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "tinyfeed",
"description": "tinyfeed app description here",
"version": "0.0.1",
"private": true,
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.12.2",
"connect-mongo": "0.4.2",
"ejs": "2.3.1",
"errorhandler": "1.3.5",
"express": "4.12.3",
"express-session": "1.10.4",
"fluent-ffmpeg": "2.0.0-rc3",
"method-override": "2.3.1",
"mongoose": "3.8.24",
"morgan": "1.5.1",
"multer": "^0.1.4",
"lodash": "^2.4.1",
"forever": "^0.14.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"socket.io": "^1.1.0",
"forcedomain": "~0.4.0"
},
"devDependencies": {
"gulp": "latest",
"bower": "latest",
"supertest": "latest",
"mocha": "latest",
"gulp-nodemon": "latest",
"gulp-mocha": "latest",
"gulp-watch": "~0.6.4",
"forever": "latest",
"del": "^0.1.3",
"gulp-minify-css": "^0.3.11",
"gulp-uglify": "^1.0.1",
"gulp-notify": "^2.0.1",
"gulp-autoprefixer": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-cache": "^0.2.4",
"gulp-concat": "^2.4.1",
"gulp-ejs": "^1.0.0",
"gulp-run-sequence": "^0.3.2"
},
"scripts": {
"test": "gulp test",
"start": "app.js"
}
}