diff --git a/package.json b/package.json new file mode 100644 index 0000000..11713b6 --- /dev/null +++ b/package.json @@ -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 ", + "contributors": [ + { "name": "Marak Squires", "email": "marak.squires@gmail.com" }, + ], + "keywords": ["reverse", "proxy", "http"], + "directories": { "lib" }, + "scripts": { "test": "vows" }, + "engines": { "node": ">= 0.1.98" } +} \ No newline at end of file