forked from wg-dashboard/wg-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 802 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
{
"name": "wireguard-dashboard",
"version": "0.21.1",
"description": "",
"main": "index.js",
"scripts": {
"server": "node-dev --respawn --no-notify ./src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daluf/wireguard-dashboard.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/daluf/wireguard-dashboard/issues"
},
"homepage": "https://github.com/daluf/wireguard-dashboard#readme",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0",
"express-session": "^1.16.2",
"morgan": "^1.9.1",
"node-cidr": "^1.0.0",
"nunjucks": "^3.2.0"
},
"devDependencies": {
"node-dev": "^4.0.0"
}
}