-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 930 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 930 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
34
35
36
37
38
39
40
41
42
43
44
{
"author": "Andrew Dunkman <andrew@dunkman.org>",
"name": "dynamic-reverse-proxy",
"contributors": [
{
"name": "Andrew Dunkman",
"email": "andrew@dunkman.org"
},
{
"name": "Joe Andaverde"
},
{
"name": "Jeremy Sellars",
"email": "jeremy.sellars@softekinc.com"
}
],
"license": "MIT",
"version": "0.7.0-alpha3",
"scripts": {
"test": "node test.js",
"prepublish": "lein build-release & keybase dir sign"
},
"repository": {
"type": "git",
"url": "https://github.com/softek/dynamic-reverse-proxy"
},
"bugs": {
"url": "https://github.com/softek/dynamic-reverse-proxy/issues"
},
"keywords": [
"reverse proxy"
],
"dependencies": {
"http-proxy": "^1.9.0"
},
"devDependencies": {
"closurecompiler-externs": "^1.0.4",
"keybase": "^0.7.7",
"source-map-support": "^0.2.10"
},
"engines": {
"node": "*"
}
}