forked from renegare/devops-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 816 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 816 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
{
"name": "devops-proxy",
"version": "0.0.0-0",
"description": "nginx proxy (nodejs healthcheck and backup server)",
"main": "server.js",
"dependencies": {
"bluebird": "^3.3.5",
"debug": "^2.2.0",
"koa": "^1.2.0",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"mustache": "^2.2.1"
},
"devDependencies": {
"nodemon": "^1.9.1"
},
"scripts": {
"dev": "nodemon `which npm` start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renegare/devops-proxy.git"
},
"keywords": [
"proxy",
"web",
"nignx",
"docker",
"koa"
],
"author": "mudi@renegare.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/renegare/devops-proxy/issues"
},
"homepage": "https://github.com/renegare/devops-proxy#readme"
}