-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "arc-portal",
"version": "1.0.0",
"description": "Portal for research projects for IIT Kanpur",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chinmaygoyal/ARC-portal.git"
},
"author": "Nilay Majorwar, Chinmay Goyal, Ayush Kumar, Karanveer Singh Oberoi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Chinmaygoyal/ARC-portal/issues"
},
"homepage": "https://github.com/Chinmaygoyal/ARC-portal#readme",
"dependencies": {
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"config": "^3.1.0",
"cookie-parser": "^1.4.4",
"ejs": "^2.6.2",
"express": "^4.17.1",
"gridfs-stream": "^1.1.1",
"helmet": "^3.20.0",
"https": "^1.0.0",
"ip": "^1.1.5",
"joi": "^14.3.1",
"json2csv": "^4.5.1",
"jsonwebtoken": "^8.5.1",
"mail": "^0.2.3",
"mongoose": "^5.7.5",
"multer": "^1.4.1",
"multer-gridfs-storage": "^3.2.3",
"nodemailer": "^6.2.1",
"nodemon": "^1.19.1"
}
}