-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 966 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
{
"name": "ohw-2020-3",
"version": "1.0.0",
"description": "## Project Description Be kind initiative is birth with that vision of reaching out to the less privileged starting from our small communities. In order to reduce poverty across the world before 2030. We also train youth on leadership and volunteering and ensure our community is free of violence because a hungry man is an angry man.",
"main": "index.js",
"scripts": {
"dev": "nodemon index",
"start": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zubs/ohw-2020-3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Zubs/ohw-2020-3/issues"
},
"homepage": "https://github.com/Zubs/ohw-2020-3#readme",
"dependencies": {
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"mongoose": "^5.9.27",
"morgan": "^1.10.0",
"nodemailer": "^6.4.11",
"nodemon": "^2.0.4"
}
}