UNPKG

854 BJSONView Raw
1{
2 "name": "accessproxy",
3 "version": "0.6.1",
4 "main": "index.js",
5 "description": "A proxy for local access labs development",
6 "homepage": "https://github.com/redhataccess/accessproxy",
7 "bugs": "https://github.com/redhataccess/accessproxy/issues",
8 "author": {
9 "name": "Connor Hindley",
10 "email": "chindley@redhat.com"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/redhataccess/accessproxy"
15 },
16 "license": "MIT",
17 "bin": {
18 "accessproxy": "index.js"
19 },
20 "scripts": {
21 "hosts": "./hosts.sh"
22 },
23 "preferGlobal": "true",
24 "dependencies": {
25 "colors": "~1.0.3",
26 "commander": "~2.3.0",
27 "configstore": "~0.3.2",
28 "hostile": "~1.0.0",
29 "http-proxy": "1.11.1",
30 "httpolyglot": "~0.1.0",
31 "inquirer": "~0.8.0",
32 "node-static": "~0.7.6",
33 "update-notifier": "~0.2.2"
34 }
35}