cisco-vpn
Version:
Wrapper around the Cisco AnyConnect VPN client.
32 lines (31 loc) • 729 B
JSON
{
"name": "cisco-vpn",
"version": "1.0.2",
"description": "Wrapper around the Cisco AnyConnect VPN client.",
"main": "index.js",
"keywords": [
"cisco",
"anyconnect",
"virtual",
"private",
"network",
"vpn",
"client",
"connect",
"disconnect"
],
"author": "Mark Tiedemann <www.marktiedemann@gmail.com>",
"license": "WTFPL",
"dependencies": {
"throw-if-missing": "1.1.0",
"tmp": "0.0.33"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarkTiedemann/cisco-vpn.git"
},
"bugs": {
"url": "https://github.com/MarkTiedemann/cisco-vpn/issues"
},
"homepage": "https://github.com/MarkTiedemann/cisco-vpn"
}