mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[deploy] Added package.json
This commit is contained in:
parent
eaeed8306d
commit
dce80b9b45
13
package.json
Normal file
13
package.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "node-http-proxy",
|
||||
"description": "A full-featured http reverse proxy for node.js",
|
||||
"version": "0.5.0",
|
||||
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
||||
"contributors": [
|
||||
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" },
|
||||
],
|
||||
"keywords": ["reverse", "proxy", "http"],
|
||||
"directories": { "lib" },
|
||||
"scripts": { "test": "vows" },
|
||||
"engines": { "node": ">= 0.1.98" }
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user