OpenVPN-Admin/bower.json

23 lines
474 B
JSON
Raw Normal View History

2015-07-09 14:26:07 +02:00
{
"name": "openvpn-admin",
2016-09-11 22:37:34 +02:00
"version": "0.3.0",
2015-07-09 14:26:07 +02:00
"description": "Setup and administration of openvpn with a web interface",
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-table": "^1.11.0",
"jquery": "^2.2.4",
"x-editable": "^1.5.1",
"bootstrap-datepicker": "^1.6.4"
2015-07-09 14:26:07 +02:00
},
"keywords": [
"openvpn",
"admin",
"setup"
],
"authors": [
"Florian Bigard <florian.bigard@gmail.com>"
],
"license": "GPLv3",
"private": true
}