-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.22 KB
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
{
"name": "megaboilerplate",
"version": "1.0.0",
"description": "My app description",
"scripts": {
"start": "node server.js ",
"lint": "standard"
},
"dependencies": {
"async": "^1.5.2",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.15.1",
"compression": "^1.6.2",
"connect-mongo": "^1.3.2",
"dotenv": "^2.0.0",
"email-templates": "^2.4.0",
"express": "^4.13.4",
"express-flash": "0.0.2",
"express-limiter": "^1.6.0",
"express-session": "^1.2.1",
"express-validator": "^2.20.4",
"helmet": "^2.1.2",
"method-override": "^2.3.5",
"mongo-sanitize": "^1.0.0",
"mongoose": "^4.4.8",
"mongoose-paginate": "^5.0.0",
"morgan": "^1.7.0",
"nodemailer": "^2.3.0",
"nunjucks": "^2.4.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"redis": "^2.6.2",
"ua-parser": "^0.3.5"
},
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-standard": "^6.0.0-beta.3",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0"
},
"engines": {
"node": "6.1.0"
}
}