forked from Logolo/cloudflash-openvpn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.29 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "openvpn-storm",
"description": "openvpn-storm is a easy to use module that exposes endpoints to configure openvpn on any linux system",
"author": "Ravi Chunduru",
"version": "0.4.6",
"repository": {
"type": "git",
"url": "git://github.com/stormstack/openvpn-storm.git"
},
"dependencies": {
"async": "0.9.0",
"json-schema": "0.2.0",
"lazy": "1.0.11",
"node-uuid": "1.3.3",
"path": "0.4.9",
"stormdata": "1.2.2",
"stormregistry": "1.3.2",
"stormservice": "1.0.5",
"fmerge":"1.2.0"
},
"engines": {
"node": ">=0.6.x"
},
"stormflash": {
"packages": [
"apt-get://openvpn",
"apt-get://spawnvpn"
],
"services": [
"openvpn.*"
],
"plugin": "lib/plugin"
},
"main": "./lib/openvpn-service",
"config": {
"logfile": "/var/log/openvpn-storm.log",
"storm": {
"plugins": [
"lib/plugin"
]
}
},
"scripts": {
"prepublish": "mkdir -p lib; coffee -o lib -c src"
},
"devDependencies": {},
"optionalDependencies": {},
"keywords": [
"openvpn",
"vpn"
],
"contributors": [
"Peter.K.Lee <[email protected]",
"Geetha R <[email protected]",
"Suresh Kumar <[email protected]",
"Sivaprasath Busa <[email protected]>"
]
}