You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
839 B
36 lines
839 B
10 years ago
|
{
|
||
|
"name": "openvpn-admin",
|
||
8 years ago
|
"version": "0.3.2",
|
||
10 years ago
|
"description": "Setup and administration of openvpn with a web interface",
|
||
7 years ago
|
"homepage": "https://github.com/EvilFreelancer/OpenVPN-Admin#readme",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/EvilFreelancer/OpenVPN-Admin.git"
|
||
10 years ago
|
},
|
||
7 years ago
|
"authors": [
|
||
|
"Florian Bigard <florian.bigard@gmail.com>"
|
||
|
],
|
||
10 years ago
|
"keywords": [
|
||
|
"openvpn",
|
||
|
"admin",
|
||
|
"setup"
|
||
|
],
|
||
|
"license": "GPLv3",
|
||
7 years ago
|
"bugs": {
|
||
|
"url": "https://github.com/EvilFreelancer/OpenVPN-Admin/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"gulp": "^3.9.0",
|
||
|
"gulp-copy": "^1.1.0",
|
||
|
"del": "^2.0.0",
|
||
|
"bootstrap": "^3.3.7",
|
||
|
"bootstrap-table": "^1.11.0",
|
||
|
"jquery": "^2.2.4",
|
||
|
"x-editable": "^1.5.1",
|
||
|
"bootstrap-datepicker": "^1.6.4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"postinstall": "gulp"
|
||
|
}
|
||
9 years ago
|
}
|