remote
Version:
Work on client-side files with a remote API server transparently
44 lines (43 loc) • 980 B
JSON
{
"name": "remote",
"description": "Work on client-side files with a remote API server transparently",
"version": "0.2.6",
"repository": {
"type": "git",
"url": "git://github.com/gadr90/remote.git"
},
"main": "./libs/remote.coffee",
"bin": "./bin/remote.js",
"keywords": [
"http",
"parse",
"host",
"route",
"router",
"transparent",
"remote",
"api",
"proxy",
"reverse"
],
"dependencies": {
"send": "0.1.0",
"commander": "1.1.1",
"underscore": "1.4.x",
"coffee-script": "1.4.x",
"http-proxy": "0.10.0"
},
"engines": {
"node": ">=0.8.0"
},
"license": "BSD",
"contributors": [
"Breno Calazans <breno@vtex.com.br> (http://www.vtex.com.br)",
"Augusto Barbosa <augusto@vtex.com.br> (http://www.vtex.com.br)"
],
"readmeFilename": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Guilherme Rodrigues <gadr90@gmail.com>"
}