[dist] Version bump and update to README + LICENCE. Word to Mikeal for coming thru for 0.2.0

This commit is contained in:
indexzero 2010-09-07 17:58:28 -04:00
parent fd61828933
commit 69c162dc3d
3 changed files with 8 additions and 6 deletions

View File

@ -1,7 +1,7 @@
node-http-proxy 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 Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the

View File

@ -86,7 +86,7 @@ If you have a suggestion for a feature currently not supported, feel free to ope
(The MIT License) (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 Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the

View File

@ -1,10 +1,11 @@
{ {
"name": "http-proxy", "name": "http-proxy",
"description": "A full-featured http reverse proxy for node.js", "description": "A full-featured http reverse proxy for node.js",
"version": "0.1.6", "version": "0.2.0",
"author": "Charlie Robbins <charlie.robbins@gmail.com>", "author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [ "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": { "repository": {
"type": "git", "type": "git",
@ -12,9 +13,10 @@
}, },
"keywords": ["reverse", "proxy", "http"], "keywords": ["reverse", "proxy", "http"],
"dependencies": { "dependencies": {
"colors": ">= 0.3.0" "colors": ">= 0.3.0",
"pool": ">= 0.4.1"
}, },
"main": "./lib/node-http-proxy", "main": "./lib/node-http-proxy",
"scripts": { "test": "vows" }, "scripts": { "test": "vows" },
"engines": { "node": ">= 0.1.98" } "engines": { "node": ">= 0.2.0" }
} }