-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 816 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 816 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
{
"name": "mc.dev-page",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node src/server/app",
"dev": "nodemon src/server/app"
},
"keywords": [],
"author": "Bruno Agostini (MinecraftDorado)",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"dompurify": "^2.2.6",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jsdom": "^16.4.0",
"marked": "^1.2.7",
"method-override": "^3.0.0",
"mongoose": "^5.11.10",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"slugify": "^1.4.6"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}