forked from OptimalBits/redbird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 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
{
"name": "redbird",
"version": "0.7.0",
"description": "A reverse proxy with support for dynamic tables",
"main": "index.js",
"scripts": {
"test": "mocha test/* --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/OptimalBits/redbird.git"
},
"keywords": [
"proxy",
"reverse",
"docker",
"etcd"
],
"author": "Manuel Astudillo",
"license": "BSD-3-Clause-Attribution",
"bugs": {
"url": "https://github.com/OptimalBits/redbird/issues"
},
"homepage": "https://github.com/OptimalBits/redbird",
"dependencies": {
"bluebird": "^3.4.0",
"bunyan": "^1.8.1",
"dolphin": "*",
"http-proxy": "^1.14.0",
"le-challenge-fs": "^2.0.4",
"le-store-certbot": "^2.0.3",
"letsencrypt": "^2.1.6",
"lodash": "^4.13.1",
"lru-cache": "^4.0.1",
"node-etcd": "^4.2.1",
"object-hash": "^1.1.2",
"safetimeout": "^0.1.1",
"spdy": "^3.4.0",
"valid-url": "^1.0.9"
},
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.8.11",
"gulp-eslint": "^0.9.0",
"mocha": "^2.5.3"
}
}