express-redirect
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -13,2 +13,3 @@ // module dependencies | ||
app.redirect = redirect; | ||
return app; | ||
} | ||
@@ -46,2 +47,2 @@ | ||
return this; | ||
} | ||
} |
{ | ||
"name": "express-redirect", | ||
"description": "Flexible redirection plugin", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Jan Buschtöns <buschtoens@gmail.com>", | ||
"contributors": [ | ||
{ "name": "Jan Buschtöns", "email": "buschtoens@gmail.com", "url": "https://github.com/silvinci" } | ||
"contributors": [ | ||
{ | ||
"name": "Jan Buschtöns", | ||
"email": "buschtoens@gmail.com", | ||
"url": "https://github.com/silvinci" | ||
} | ||
], | ||
"license": "MIT", | ||
"keywords": ["express", "express-plugin", "connect", "redirect", "redirection", "rewrite", "middleware", "plugin"], | ||
"keywords": [ | ||
"express", | ||
"express-plugin", | ||
"connect", | ||
"redirect", | ||
"redirection", | ||
"rewrite", | ||
"middleware", | ||
"plugin" | ||
], | ||
"repository": "git://github.com/silvinci/express-redirect", | ||
"main": "index", | ||
"engines": { "node": "*" }, | ||
"scripts": { "prepublish": "npm prune", "test": "mocha -R spec -r should" }, | ||
"dependencies": { "sanitize-arguments": "~2.0" }, | ||
"devDependencies": { "mocha": "~1.7.3", "should": "~1.2.1", "express": "~3" } | ||
} | ||
"engines": { | ||
"node": "*" | ||
}, | ||
"scripts": { | ||
"prepublish": "npm prune", | ||
"test": "mocha -R spec -r should" | ||
}, | ||
"dependencies": { | ||
"sanitize-arguments": "~2.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~1.7.3", | ||
"should": "~1.2.1", | ||
"express": "~3" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# express-redirect [![Build Status](https://secure.travis-ci.org/silvinci/express-redirect.png?branch=master)](https://travis-ci.org/silvinci/express-redirect) | ||
# express-redirect [![Build Status](https://img.shields.io/travis/phvcky/express-redirect.svg?branch=master)](https://travis-ci.org/phvcky/express-redirect) [![NPM Version](https://img.shields.io/npm/v/express-redirect.svg)](https://www.npmjs.org/package/express-redirect) | ||
**express-redirect** offers you simple and blazing fast redirection rules. | ||
@@ -8,2 +8,4 @@ Even very complex redirect rules don't take longer than 1 ms. | ||
If you want redirections with fancy JS expressions, you should probably check out [deviate](https://github.com/ForbesLindesay/deviate). | ||
## Installation | ||
@@ -110,2 +112,2 @@ ``` | ||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
15821
356
112