-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 994 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 994 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
36
37
38
39
{
"name": "project-linkedlist",
"version": "1.0.0",
"description": "OOP Project 2021",
"main": "index.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/siddhantdixit/OOP-ProjectLinkedList.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/siddhantdixit/OOP-ProjectLinkedList/issues"
},
"homepage": "https://github.com/siddhantdixit/OOP-ProjectLinkedList#readme",
"dependencies": {
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.6",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^5.12.9",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.2.0",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.15",
"pug": "^3.0.2",
"shortid": "^2.2.16",
"validator": "^13.7.0"
}
}