-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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": "NODE_1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"nodemon": "^2.0.6"
},
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"crypto-js": "^3.1.9-1",
"date-format": "^1.2.0",
"dateformat": "^3.0.3",
"express": "^4.17.1",
"express-formidable": "^1.0.0",
"express-handlebars": "^3.0.0",
"express-handlebars-sections": "^1.0.1",
"express-mysql-session": "^1.3.0",
"express-recaptcha": "^4.0.2",
"express-session": "^1.15.6",
"formidable": "^1.2.1",
"handlebars-dateformat": "^1.1.1",
"handlebars-helpers": "^0.10.0",
"handlebars-intl": "^1.1.2",
"moment": "^2.22.1",
"multer": "^1.3.0",
"mysql": "^2.18.1",
"nodemailer": "^4.6.7",
"request": "^2.87.0",
"sharp": "^0.27.0",
"validator": "^10.2.0",
"wnumb": "^1.1.0"
}
}