forked from Green-Cart/Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 859 Bytes
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
{
"name": "green-cart",
"version": "1.0.0",
"description": "Prototype of our project.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"seed": "node ./seed/seed_database.js",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanishsairohit/GreenCart.git"
},
"keywords": [
"Master",
"Prototype"
],
"author": "Group 8",
"license": "ISC",
"bugs": {
"url": "https://github.com/hanishsairohit/GreenCart/issues"
},
"homepage": "https://github.com/hanishsairohit/GreenCart#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"express": "^4.17.1",
"express-handlebars": "^5.3.0",
"express-session": "^1.17.1",
"mongodb": "^3.6.6",
"nodemon": "^2.0.7",
"uuidv4": "^6.2.7",
"xss": "^1.0.9"
}
}