clean-urls
Version:
Express/Connect middleware to serve static files from cleaner, extensionless urls
50 lines (49 loc) • 1.12 kB
JSON
{
"name": "clean-urls",
"version": "1.1.5",
"description": "Express/Connect middleware to serve static files from cleaner, extensionless urls",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/ --reporter dot"
},
"repository": {
"type": "git",
"url": "https://github.com/divshot/clean-urls.git"
},
"keywords": [
"divshot",
"superstatic",
"extension",
"clean",
"urls"
],
"author": "Divshot",
"license": "MIT",
"bugs": {
"url": "https://github.com/divshot/clean-urls/issues"
},
"homepage": "https://github.com/divshot/clean-urls",
"devDependencies": {
"chai": "^1.9.1",
"connect": "^3.0.2",
"connect-query": "^0.1.0",
"mkdirp": "^0.5.0",
"mocha": "^1.20.1",
"rmdir": "^1.0.4",
"supertest": "^0.13.0"
},
"dependencies": {
"as-array": "^1.0.0",
"booly": "^1.0.2",
"deliver": "^1.1.0",
"fast-url-parser": "^1.0.6-0",
"file-exists": "^0.1.0",
"join-path": "^1.0.0",
"lodash.find": "^2.4.1",
"mime-types": "2.0.2",
"minimatch": "^1.0.0"
}
}