forked from 00NoisyMime00/AAF_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 921 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
{
"name": "parvaazparindey",
"version": "1.0.0",
"description": "Asha Akanksha Foundation is a non-government organization established in the year 2013 working to spread awareness in the society and provide quality education to those who are void of it. ",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"author": "Aastha",
"license": "MIT",
"dependencies": {
"async": "^3.2.0",
"body-parser": "^1.19.0",
"cloudinary": "^1.21.0",
"connect-flash": "^0.1.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-url-breadcrumb": "^1.0.2",
"method-override": "^3.0.0",
"mongoose": "^5.9.16",
"multer": "^1.4.2",
"nodemailer": "^6.4.16",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1"
}
}