-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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
{
"name": "mynodeapp",
"version": "0.0.0",
"private": true,
"dependencies": {
"async": "latest",
"basic-auth-connect": "latest",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.1",
"body-parser": "~1.13.2",
"client-sessions": "latest",
"connect": "latest",
"connect-flash": "latest",
"cookie-parser": "~1.3.5",
"dateformat": "latest",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"express-mailer": "^0.3.0",
"express-session": "latest",
"fs-extra": "latest",
"http-proxy": "latest",
"md5": "latest",
"mime": "latest",
"mongoose": "^4.13.0",
"morgan": "~1.6.1",
"multer": "latest",
"mysql": "latest",
"node-constants": "latest",
"nodemailer": "^2.4.1",
"nodemailer-smtp-transport": "^2.5.0",
"nodemon": "latest",
"numeral": "latest",
"passport": "latest",
"passport-local": "latest",
"pm2": "latest",
"request": "latest",
"serve-favicon": "~2.3.0",
"simple-encryptor": "latest",
"underscore": "latest"
}
}