-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 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
{
"name": "nosifose",
"description": "NodeJS Simple Form Server",
"keywords": [
"nodejs",
"forms-builder",
"forms",
"expressjs"
],
"version": "1.2.3",
"private": false,
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"connect-redis": "^4.0.4",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"debug": "^4.1.1",
"ejs": "~3.1.2",
"express": "~4.17.1",
"express-recaptcha": "^5.0.1",
"express-session": "^1.17.1",
"express-validator": "^6.4.0",
"handlebars": "^4.7.6",
"helmet": "^3.22.0",
"html-validator": "^5.1.8",
"http-errors": "~1.7",
"morgan": "~1.10",
"nconf": "^0.10.0",
"rate-limiter-flexible": "^2.1.4",
"redis": "^3.0.2"
},
"author": {
"name": "Hendrik Schellenberger",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/hkonitzer/nosifose.git"
},
"bugs": "https://github.com/hkonitzer/nosifose/issues",
"license": "MIT",
"engines": {
"node": ">=10"
}
}