telnet-openvpn
Version:
Connect to OpenVPN management port through telnet.
43 lines (42 loc) • 934 B
JSON
{
"name": "telnet-openvpn",
"version": "0.1.9",
"description": "Connect to OpenVPN management port through telnet.",
"main": "dist/index.js",
"scripts": {
"prepare": "babel src --out-dir dist",
"prepublish": "npm run prepare",
"test": "babel-node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/smithp1992/telnet-openvpn.git"
},
"keywords": [
"Telnet",
"OpenVPN"
],
"author": {
"name": "Philip Smith",
"email": "smithp1992@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/smithp1992/telnet-openvpn/issues"
},
"homepage": "https://github.com/smithp1992/telnet-openvpn#readme",
"dependencies": {
"lodash": "^4.17.11",
"q": "^1.5.1",
"telnet-client": "^0.16.3"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-env": "^1.7.0"
},
"babel": {
"presets": [
"env"
]
}
}