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.
21 lines
540 B
21 lines
540 B
10 years ago
|
{
|
||
|
"name": "openvpn-admin",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Setup and administration of openvpn with a web interface",
|
||
|
"dependencies": {
|
||
|
"bootstrap": "^3.3.5",
|
||
|
"slickgrid": "git://github.com/mleibman/SlickGrid.git#master",
|
||
|
"js-sha1": "^0.3.0",
|
||
|
"slickgrid-enhancement-pager": "git://github.com/Chocobozzz/SlickGridEnhancementPager#master"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"openvpn",
|
||
|
"admin",
|
||
|
"setup"
|
||
|
],
|
||
|
"authors": [
|
||
|
"Florian Bigard <florian.bigard@gmail.com>"
|
||
|
],
|
||
|
"license": "GPLv3",
|
||
|
"private": true
|
||
|
}
|