fastforward
Version:
Lightweight Reverse Proxy
35 lines (34 loc) • 761 B
JSON
{
"name": "fastforward",
"version": "0.3.10",
"description": "Lightweight Reverse Proxy",
"main": "./bin/fastforward.js",
"bin": {
"fastforward": "./bin/fastforward.js"
},
"preferGlobal": "true",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/newmsz/FastForward.git"
},
"keywords": [
"Reverse",
"Proxy"
],
"author": "newmsz",
"license": "MIT",
"bugs": {
"url": "https://github.com/newmsz/FastForward/issues"
},
"dependencies": {
"bouncy": "3.2.x",
"request": "2.36.x",
"colors": "0.6.x",
"underscore": "1.6.x",
"longjohn": "0.2.x"
},
"homepage": "https://github.com/newmsz/FastForward"
}