forked from redhataccess/accessproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 854 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 854 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
{
"name": "accessproxy",
"version": "0.6.5",
"main": "index.js",
"description": "A proxy for local access labs development",
"homepage": "https://github.com/redhataccess/accessproxy",
"bugs": "https://github.com/redhataccess/accessproxy/issues",
"author": {
"name": "Connor Hindley",
"email": "chindley@redhat.com"
},
"repository": {
"type": "git",
"url": "https://github.com/redhataccess/accessproxy"
},
"license": "MIT",
"bin": {
"accessproxy": "index.js"
},
"scripts": {
"hosts": "./hosts.sh"
},
"preferGlobal": "true",
"dependencies": {
"colors": "~1.0.3",
"commander": "~2.3.0",
"configstore": "~0.3.2",
"hostile": "~1.0.0",
"http-proxy": "1.11.1",
"httpolyglot": "~0.1.0",
"inquirer": "~0.8.0",
"node-static": "~0.7.6",
"update-notifier": "~0.2.2"
}
}