-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.42 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "hunch",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start":"node app.js"
},
"author": "sri vigneshwar",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.2.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chalk": "^4.0.0",
"chalk-pipe": "^4.0.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"detect-file-type": "^0.2.8",
"dotenv": "^8.2.0",
"ejs": "^3.1.2",
"express": "^4.16.4",
"express-session": "^1.17.1",
"express-validator": "^6.6.0",
"feather-icons": "^4.28.0",
"file-extension": "^4.0.5",
"file-type": "^14.6.2",
"formidable": "^1.2.2",
"git": "^0.1.5",
"heroku": "^7.40.0",
"html-pdf-viewer": "^1.0.14",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.4.0",
"mammoth": "^1.4.9",
"materialize-css": "^1.0.0-rc.2",
"mongodb": "^3.5.6",
"mongoose": "^5.9.10",
"multer": "^1.4.2",
"node-dir": "^0.1.17",
"nodemailer": "^6.4.10",
"nodemon": "^2.0.4",
"open": "^7.1.0",
"phantom-html-to-pdf": "^0.6.0",
"promise": "^8.1.0",
"rand-token": "^1.0.1",
"random-number": "0.0.9",
"randomatic": "^3.1.1",
"rimraf": "^3.0.2",
"sendmail": "^1.6.1",
"serve-favicon": "^2.5.0",
"shortid": "^2.2.15",
"underscore": "^1.10.2",
"uuid": "^8.2.0",
"validator": "^10.9.0"
}
}