Skip to content

Commit dce80b9

Browse files
committed
[deploy] Added package.json
1 parent eaeed83 commit dce80b9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "node-http-proxy",
3+
"description": "A full-featured http reverse proxy for node.js",
4+
"version": "0.5.0",
5+
"author": "Charlie Robbins <[email protected]>",
6+
"contributors": [
7+
{ "name": "Marak Squires", "email": "[email protected]" },
8+
],
9+
"keywords": ["reverse", "proxy", "http"],
10+
"directories": { "lib" },
11+
"scripts": { "test": "vows" },
12+
"engines": { "node": ">= 0.1.98" }
13+
}

0 commit comments

Comments
 (0)