forked from prashantmall1997/CS_546_FinalProject_Group7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "cs_546_finalproject_group7",
"version": "1.0.0",
"description": "Pet Adoption",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KandasamyP/CS_546_FinalProject_Group7.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/KandasamyP/CS_546_FinalProject_Group7/issues"
},
"homepage": "https://github.com/KandasamyP/CS_546_FinalProject_Group7#readme",
"devDependencies": {
"nodemon": "^2.0.7"
},
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.5",
"csvsync": "^1.3.2",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.1",
"handlebars": "^4.7.7",
"moment": "^2.29.1",
"mongodb": "^3.6.6",
"multer": "^1.4.2",
"xss": "^1.0.9",
"zipcodes": "^8.0.0"
}
}