UNPKG

connect-modrewrite

Version:

connect-modrewrite adds modrewrite functionality to connect/express server

49 lines (48 loc) 1.06 kB
{ "name": "connect-modrewrite", "main": "./index.js", "version": "0.10.2", "description": "connect-modrewrite adds modrewrite functionality to connect/express server", "author": { "name": "Tingan Ho", "email": "tingan87@gmail.com" }, "contributors": [ { "name": "Tingan Ho", "email": "tingan87@gmail.com" } ], "repository": { "type": "git", "url": "https://github.com/tinganho/connect-modrewrite.git" }, "bugs": { "url": "https://github.com/tinganho/connect-modrewrite/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/tinganho/connect-modrewrite/blob/master/LICENSE-MIT" } ], "dependencies": { "qs": "^6.3.1" }, "devDependencies": { "grunt-contrib-jshint": "^0.8.0", "grunt": "~0.4.0", "chai": "~1.4.2", "mocha": "~1.8.1", "sinon": "~1.8.2", "sinon-chai": "~2.5.0", "proxyquire": "~0.5.2", "jshint-globals": "~0.1.0" }, "scripts": { "test": "./bin/test" }, "keywords": [ "modrewrite" ] }