-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1 KB
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": "nodejs-complete-guide",
"version": "1.0.0",
"description": "Complete Node.js Guide",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"start-server": "node app.js"
},
"author": "Maximilian Schwarzmüller",
"license": "ISC",
"devDependencies": {
"nodemon": "2.0.22"
},
"dependencies": {
"body-parser": "^1.18.3",
"busboy": "^1.0.0",
"connect-busboy": "1.0.0",
"ejs": "^3.0.0",
"ejs-locals": "^1.0.2",
"express": "^4.16.3",
"express-fileupload": "^1.1.6",
"express-handlebars": "^6.0.0",
"express-session": "^1.17.0",
"faker": "^6.0.0",
"fs": "0.0.2",
"geolib": "^3.2.1",
"gmail-send": "^1.8.10",
"hasha": "^5.1.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mysql2": "^2.1.0",
"node-geocoder": "^4.0.0",
"pg-promise": "^10.3.5",
"pug": "^3.0.0",
"randomstring": "^1.1.5",
"socket.io": "^4.0.0",
"stripe": "^10.0.0"
}
}