-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 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
{
"name": "blog",
"version": "1.0.0",
"description": "A tech blog built in nodejs, express, mongodb and pug",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "gulp js-minify && gulp css-minify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"blog",
"express",
"pug",
"tech",
"node",
"js"
],
"author": "clonalejandro",
"repository": "github:clonalejandro/Blog",
"license": "MIT",
"dependencies": {
"@types/underscore": "^1.8.9",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-rate-limit": "^3.1.0",
"express-session": "^1.15.6",
"express-sitemap": "^1.8.0",
"gulp": "^3.9.1",
"gulp-cli": "^2.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"mongoose": "^5.2.10",
"nodemailer": "^4.6.8",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^2.0.3",
"underscore": "^1.9.1"
}
}