-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 907 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
42
{
"name": "spreadulation-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"live": "node server",
"watch": "nodemon server --ignore public/",
"start": "npm run watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/equadon/uu-sep.git"
},
"keywords": [
"nodejs",
"expressjs",
"mongodb",
"backend"
],
"authors": [
{
"name": "Nurul Amin Muhit",
"email": "[email protected]",
"homepage": "https://muhit.me"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/equadon/uu-sep/issues"
},
"homepage": "https://github.com/equadon/uu-sep#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.2.0",
"mongoose": "^5.10.13",
"nodemon": "^2.0.6"
}
}