forked from lonerapier/SocialLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "social-library",
"version": "1.0.0",
"description": "Platform to sell or buy used books",
"main": "app.js",
"scripts": {
"start:dev": "nodemon ./bin/www",
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sambhav Dusad, Saransh Sharma, Satyam Shukla",
"license": "ISC",
"dependencies": {
"async": "^3.0.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"dotenv": "^8.0.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-handlebars": "^3.0.2",
"express-session": "^1.16.1",
"morgan": "^1.9.1",
"mysql": "^2.17.1",
"mysql2": "^1.6.5",
"nodemailer": "^6.2.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.10.0",
"pg-hstore": "^2.3.2",
"randomstring": "^1.1.5",
"request": "^2.88.0",
"sequelize": "^5.8.6"
},
"devDependencies": {
"nodemon": "^1.19.1",
"sequelize-cli": "^5.4.0"
}
}