-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 973 Bytes
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
{
"name": "nodjs-crud-app",
"version": "0.0.1",
"description": "Nodejs crup application",
"main": "app.js",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"buffer-alloc-unsafe": "^1.1.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"ejs-lint": "^0.3.0",
"express": "^4.16.3",
"express-flash": "0.0.2",
"express-myconnection": "^1.0.4",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"file-system": "^2.2.2",
"fs": "0.0.1-security",
"method-override": "^3.0.0",
"mysql": "^2.16.0",
"mysql2": "^1.6.1",
"nodemailer": "^4.6.8",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pm2": "^5.1.0",
"sequelize": "^4.38.0"
},
"devDependencies": {},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}