forked from kaplanmaxe/slack-openvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1017 Bytes
/
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
{
"name": "slack-openvpn",
"version": "1.0.1",
"description": "Script to post slack notification after successful openvpn connection",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "gulp transpile-core"
},
"bin": {
"slack-openvpn": "lib/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kaplanmaxe/slack-openvpn.git"
},
"keywords": [
"slack",
"openvpn",
"connection",
"script"
],
"author": "Max Kaplan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaplanmaxe/slack-openvpn/issues"
},
"homepage": "https://github.com/kaplanmaxe/slack-openvpn#readme",
"dependencies": {
"commander": "^2.11.0",
"request": "^2.83.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"eslint-config-kaplankomputing": "^1.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"babel-core": "^6.26.0"
}
}