-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 815 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 815 Bytes
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
{
"name": "node-js-blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"connect-busboy": "0.0.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"csvtojson": "^2.0.8",
"edge.js": "^1.1.4",
"express": "^4.16.3",
"express-edge": "^1.0.0",
"express-fileupload": "^0.4.0",
"express-session": "^1.15.6",
"gulp-util": "^3.0.8",
"gutil": "^1.6.4",
"json2csv": "^4.2.1",
"mongoose": "^5.1.6",
"node-xlsx": "^0.12.1",
"nodemailer": "^4.6.7",
"twilio": "^3.19.0",
"xlsx-to-json": "^0.3.0"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}