-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 843 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
{
"name": "nrp-cli",
"version": "2.0.8",
"description": "Simple local http reverse proxy cli tool",
"main": "index.js",
"bin": {
"nrp-cli": "./index.js"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daixinye/node-reverse-proxy.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/daixinye/node-reverse-proxy/issues"
},
"homepage": "https://github.com/daixinye/node-reverse-proxy#readme",
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
},
"dependencies": {
"commander": "^2.11.0",
"moment": "^2.19.1"
}
}