-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "blog",
"version": "0.0.1",
"description": "Blog Task",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"Blog"
],
"author": "Jayesh Bhanderi",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"bwip-js": "^1.7.1",
"compression": "^1.7.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"formidable": "^1.2.1",
"fs": "0.0.1-security",
"html-pdf": "^2.2.0",
"jwt-simple": "^0.5.5",
"list-to-tree": "^2.2.3",
"mysql": "^2.16.0",
"mysql2": "^2.2.5",
"node-excel-export": "^1.4.4",
"node-mailer": "^0.1.1",
"node-schedule": "^1.3.1",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.4.0",
"password-generator": "^2.2.0",
"qrcode": "^1.3.2",
"request": "^2.88.0",
"sequelize": "^6.3.5",
"underscore": "^1.9.1",
"xlsx": "^0.14.1"
}
}