forked from Gblack-Hub/ecommerce-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 687 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 687 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
{
"name": "ecommerce",
"version": "1.0.0",
"description": "An ecommerce web app built with expressjs & mongodb",
"main": "server.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"ejs": "^2.7.1",
"envy": "^2.0.0",
"express": "^4.17.1",
"formidable": "^1.2.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.3.2",
"mongoose": "^5.7.1",
"nodemon": "^1.19.4",
"validator": "^11.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mongoose",
"mongodb",
"node",
"express"
],
"author": "Olawale Oladiran",
"license": "ISC"
}