-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 877 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 877 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
39
40
{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev":"nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"dotenv": "^8.1.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"moment": "^2.24.0",
"multer": "^1.4.1",
"mysql2": "^1.6.5",
"node-sass": "^4.12.0",
"node-sass-middleware": "^0.11.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.12.1",
"pg-hstore": "^2.3.3",
"sequelize": "^4.44.3",
"url": "^0.11.0"
},
"engines": {
"node": "12.9.1",
"npm": "6.10.2"
},
"devDependencies": {
"node-sass": "^4.12.0"
}
}