-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 KB
/
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
43
44
{
"name": "dbms_onlineretailstore",
"version": "1.0.0",
"description": "NexusMart - an online retail store application",
"main": "index.js",
"scripts": {
"scss": "node-sass -w assets/scss/ -o assets/css/",
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aryanGupta-09/DBMS_OnlineRetailStore.git"
},
"keywords": [
"e-commerce",
"online",
"shopping"
],
"author": "Team_149: Aryan Gupta, Divyansh Kaushal",
"license": "ISC",
"bugs": {
"url": "https://github.com/aryanGupta-09/DBMS_OnlineRetailStore/issues"
},
"homepage": "https://github.com/aryanGupta-09/DBMS_OnlineRetailStore#readme",
"dependencies": {
"body-parser": "^1.20.2",
"connect-session-sequelize": "^7.1.5",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.1.2",
"node-sass": "^8.0.0",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"sequelize": "^6.28.0"
}
}