forked from luigiplr/node-openvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 777 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "node-openvpn",
"version": "0.0.8",
"description": "Communicate with a openvpn instance via telnet",
"author": {
"name": "Luigi Poole",
"email": "luigipoole@outlook.com"
},
"keywords": [
"node openvpn",
"node vpn",
"openvpn client",
"openvpn",
"client",
"vpn",
"telnet"
],
"repository": {
"type": "git",
"url": "https://github.com/luigiplr/node-openvpn.git"
},
"main": "index.js",
"license": "GPL-3.0",
"dependencies": {
"bluebird": "^2.9.34",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"telnet-client": "VPNht/node-telnet-client"
},
"devDependencies": {
"minimist": "^1.2.0"
}
}