mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-20 20:03:39 +03:00
13 lines
322 B
JSON
13 lines
322 B
JSON
{
|
|
"name": "wireguard-ui",
|
|
"version": "1.0.0",
|
|
"description": "Wireguard web interface",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:ngoduykhanh/wireguard-ui.git",
|
|
"author": "Khanh Ngo <k@ndk.name>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"admin-lte": "^3.0",
|
|
"jquery-tags-input": "^1.3.5"
|
|
}
|
|
}
|