UNPKG

slashify

Version:

Express/Connect middleware to handle trailing slashes with options

42 lines (41 loc) 895 B
{ "name": "slashify", "version": "1.0.0", "description": "Express/Connect middleware to handle trailing slashes with options", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha test/ --reporter dot" }, "repository": { "type": "git", "url": "https://github.com/divshot/slashify.git" }, "keywords": [ "divshot", "superstatic", "trailing", "slash", "redirect" ], "author": "Divshot", "license": "MIT", "bugs": { "url": "https://github.com/divshot/slashify/issues" }, "homepage": "https://github.com/divshot/slashify", "dependencies": { "fast-url-parser": "^1.0.6-0", "file-exists": "^0.1.1" }, "devDependencies": { "chai": "^1.9.1", "connect": "^3.1.0", "connect-query": "^0.1.0", "fs-extra": "^0.10.0", "mocha": "^1.20.1", "supertest": "^0.13.0" } }