-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 832 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
{
"name": "photo-sharing",
"version": "1.0.0",
"description": "After exams program",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"engines": {
"node": "14.15.0"
},
"author": "Afolabi Opeyemi",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.906.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"busboy": "^0.3.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.1",
"formidable": "^1.2.2",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"mongodb": "^3.6.6",
"multer": "^1.4.2",
"passport-google-oauth": "^2.0.0",
"session": "^0.1.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}