mirror of
https://github.com/swissmakers/wireguard-manager.git
synced 2025-07-20 14:20:57 +02:00
21 lines
555 B
JSON
21 lines
555 B
JSON
{
|
|
"name": "wireguard-manager",
|
|
"version": "0.0.1",
|
|
"description": "A WireGuard web-interface",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:swissmakers/wireguard-manager.git",
|
|
"author": "Swissmakers GmbH <info@swissmakers.ch>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"admin-lte": "^3.0",
|
|
"bootstrap": "^3.1.1",
|
|
"flag-icons": "^7.3.2",
|
|
"jquery": "^3.0",
|
|
"jquery-tags-input": "^1.3.5",
|
|
"moment": "^2.29.2",
|
|
"moment-timezone": "^0.5.47",
|
|
"tempusdominus-core": "^5.0.3"
|
|
}
|
|
}
|