-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·98 lines (98 loc) · 2.83 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "beame-gatekeeper",
"version": "1.0.58",
"description": "Gateway TLS (SSL) server for authenticated access to your services",
"main": "main.js",
"engines": {
"node": ">= 6.9.1"
},
"bin": {
"beame-gatekeeper": "main.js",
"beame-gatekeeper-install": "install/service.sh",
"beame-gatekeeper-install-systemd": "install/systemd-service.sh",
"beame-gatekeeper-install-launchd": "install/launchd-service.zsh",
"beame-gatekeeper-ctl": "install/ctl.sh",
"beame-gatekeeper-sdk": "node_modules/beame-sdk/src/cli/beame.js"
},
"repository": {
"type": "git",
"url": "[email protected]:beameio/beame-gatekeeper.git"
},
"keywords": [
"beame",
"SSL cert",
"x509",
"localhost",
"proxy tunnel",
"ssl tunnel",
"signing",
"crypto"
],
"author": "beame.io",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/beameio/beame-gatekeeper/issues"
},
"homepage": "https://github.com/beameio/beame-gatekeeper#readme",
"dependencies": {
"BeameMatchingServer": "https://github.com/beameio/BeameMatchingServer.git",
"async": "^2.1.2",
"beame-sdk": "2.0.56",
"beame-cli": "0.0.3",
"body-parser": "^1.15.2",
"cookie": "0.3.1",
"csv-parse": "^1.2.0",
"express": "^4.14.0",
"express-csv": "^0.6.0",
"formidable": "^1.1.1",
"http-proxy": "^1.15.1",
"https-proxy-agent": "^2.0.0",
"minimist": "^1.2.0",
"nedb": "^1.8.0",
"onoff": "^1.1.1",
"request": "^2.78.0",
"samlp": "https://github.com/beameio/node-samlp",
"semver": "^5.3.0",
"serve-index": "^1.8.0",
"sns-validator": "^0.2.1",
"socket.io": "1.7.3",
"socket.io-client": "1.7.3",
"uuid": "^3.0.1",
"xml": "^1.0.1",
"xmldom": "^0.1.27",
"xpath": "0.0.24"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.11",
"gulp-cloudfront-invalidate": "https://registry.npmjs.org/gulp-cloudfront-invalidate/-/gulp-cloudfront-invalidate-0.1.4.tgz",
"gulp-concat": "^2.6.0",
"gulp-gzip": "^1.4.0",
"gulp-html-replace": "^1.6.1",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.2",
"gulp-ignore": "^2.0.2",
"gulp-inject": "^4.2.0",
"gulp-inject-partials": "^1.0.3",
"gulp-inline-css": "^3.1.0",
"gulp-inline-source": "^2.1.0",
"gulp-minify": "^1.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-inline-scripts": "0.0.6",
"gulp-minify-template-inline": "^1.0.1",
"gulp-modify-css-urls": "^0.2.2",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.1",
"gulp-s3": "^0.3.0",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-strip-comments": "^2.4.3",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.8",
"request-debug": "^0.2.0",
"run-sequence": "^1.2.2",
"uglify-js": "^2.7.4"
}
}