From 69c162dc3da334b2ece0a19be5ea4c8da7e0fe87 Mon Sep 17 00:00:00 2001 From: indexzero Date: Tue, 7 Sep 2010 17:58:28 -0400 Subject: [PATCH] [dist] Version bump and update to README + LICENCE. Word to Mikeal for coming thru for 0.2.0 --- LICENSE | 2 +- README.md | 2 +- package.json | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 3db72a663..19d4a54c1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ node-http-proxy - Copyright (c) 2010 Charlie Robbins & Marak Squires http://github.com/nodejitsu/node-http-proxy + Copyright (c) 2010 Charlie Robbins, Mikeal Rogers, & Marak Squires Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index d6a70b494..d7872ec2c 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ If you have a suggestion for a feature currently not supported, feel free to ope (The MIT License) -Copyright (c) 2010 Mikeal Rogers, Charlie Robbins & Marak Squires +Copyright (c) 2010 Charlie Robbins, Mikeal Rogers & Marak Squires Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/package.json b/package.json index 07b9a930e..07c56887f 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "http-proxy", "description": "A full-featured http reverse proxy for node.js", - "version": "0.1.6", + "version": "0.2.0", "author": "Charlie Robbins ", "contributors": [ - { "name": "Marak Squires", "email": "marak.squires@gmail.com" } + { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" }, + { "name": "Marak Squires", "email": "marak.squires@gmail.com" }, ], "repository": { "type": "git", @@ -12,9 +13,10 @@ }, "keywords": ["reverse", "proxy", "http"], "dependencies": { - "colors": ">= 0.3.0" + "colors": ">= 0.3.0", + "pool": ">= 0.4.1" }, "main": "./lib/node-http-proxy", "scripts": { "test": "vows" }, - "engines": { "node": ">= 0.1.98" } + "engines": { "node": ">= 0.2.0" } } \ No newline at end of file