-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.17 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
43
{
"name": "no_dues",
"version": "1.0.0",
"description": "A web app for automating no dues receipts for students leaving the college",
"main": "index.js",
"scripts": {
"start": "nodemon index.js --ignore data/getAdminName.js --ignore data/getProffName.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"contributors": [
"Soumyadeep Paul",
"Bhavya Jain"
],
"license": "ISC",
"dependencies": {
"axios": "^0.21.4",
"cheerio": "^1.0.0-rc.10",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.1",
"file-saver": "^2.0.5",
"googleapis": "^81.0.0",
"mermaid": "^8.13.3",
"mongoose": "^5.11.12",
"node-fetch": "^3.0.0",
"nodemailer": "^6.5.0",
"nodemon": "^2.0.7",
"noty": "^3.2.0-beta-deprecated",
"passport": "^0.4.1",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"pdf-thumbnail": "^1.0.6",
"puppeteer": "^10.4.0",
"request-promise": "^4.2.6",
"xhr2": "^0.2.1"
}
}