-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.41 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
51
52
53
54
55
56
{
"name": "Blog",
"version": "0.0.1",
"description": "A node Blog",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/suraj-bk/Blog.git"
},
"author": "Nobody",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/suraj-bk/Blog/issues"
},
"dependencies": {
"jade": "~1.10.0",
"express": "~4.12.4",
"stylus": "*",
"nib": "*"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-util": "~3.0.5",
"gulp-stylus": "~2.0.3",
"gulp-concat": "~2.5.2",
"gulp-filter": "~2.0.2",
"gulp-uglify": "~1.2.0",
"gulp-jade": "~1.0.1",
"gulp-minify-css": "~1.1.6",
"gulp-autoprefixer": "~2.3.1",
"gulp-rename": "~1.2.2",
"gulp-size": "~1.2.1",
"bootstrap-stylus": "~0.2.2",
"passport": "~0.2.2",
"passport-local": "~1.0.0",
"express-session": "~1.11.3",
"connect-flash": "~0.1.1",
"mongoose": "~4.0.5",
"bcrypt-nodejs": "0.0.3",
"static-favicon": "~2.0.0-alpha",
"morgan": "~1.6.0",
"cookie-parser": "~1.3.5",
"nodemailer": "~1.3.4",
"nodemailer-sendgrid-transport": "~0.1.0",
"express-flash": "0.0.2",
"nodemailer-smtp-transport": "~1.0.3",
"email-templates": "~2.0.0-beta.1",
"cloudinary": "~1.2.1",
"multer": "~0.1.8",
"body-parser": "~1.13.2",
"moment": "~2.10.3"
}
}