-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 944 Bytes
/
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
{
"name": "srijan-22-website",
"version": "1.0.0",
"description": "https://docs.google.com/document/d/1IGCAfF3ON4L73M2IIoXIc_-wrHPHtI8TZGoHYNAF0PI/edit ## Design Link:",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/E-cell-NITS/Srijan-22-Website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/E-cell-NITS/Srijan-22-Website/issues"
},
"homepage": "https://github.com/E-cell-NITS/Srijan-22-Website#readme",
"dependencies": {
"aos": "^2.3.4",
"body-parser": "^1.19.2",
"dotenv": "^16.0.3",
"ejs": "^3.1.6",
"esm": "^3.2.25",
"express": "^4.17.3",
"json2xls": "^0.1.2",
"lottie-web": "^5.9.1",
"mongoose": "^6.2.4",
"nodemon": "^2.0.15",
"owl.carousel": "^2.3.4"
}
}