-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 917 Bytes
/
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
{
"name": "jackwui",
"version": "0.0.0",
"description": "a bases web gui for jack",
"main": "lib/app.js",
"scripts": {
"start": "lib/app.js"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"jack",
"web",
"gui"
],
"author": "febef.dev <[email protected]>",
"license": "GPLV3.0",
"homepage": "",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"express-session": "^1.17.1",
"helmet": "^4.1.1",
"hpp": "^0.2.3",
"ldapjs": "^2.2.0",
"mongoose": "^5.10.6",
"morgan": "^1.10.0",
"node-sass-middleware": "^0.11.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pug": "^3.0.0",
"xss-clean": "^0.1.1"
}
}