-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 977 Bytes
/
package.json
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
{
"name": "s15-mp13",
"version": "1.0.0",
"description": "List your goals for your future.",
"main": "app.js",
"scripts": {
"test": "node -r dotenv/config app",
"start": "node app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unisse-courses/s15-mp13.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/unisse-courses/s15-mp13/issues"
},
"homepage": "https://github.com/unisse-courses/s15-mp13#readme",
"engines": {
"node": "14.x"
},
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"debug": "^4.3.1",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"express-handlebars": "^4.0.6",
"express-session": "^1.17.1",
"handlebars": "^4.7.7",
"mongodb": "^3.6.7",
"mongoose": "^5.12.10",
"validator": "^13.6.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}