static-router
Version:
Express/Connect middleware to server static files based on glob-like routes.
51 lines (50 loc) • 1.15 kB
JSON
{
"name": "static-router",
"version": "1.1.0",
"description": "Express/Connect middleware to server static files based on glob-like routes.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/ --reporter dot"
},
"repository": {
"type": "git",
"url": "git@github.com:divshot/static-router.git"
},
"keywords": [
"divshot",
"superstatic",
"routes",
"static",
"router",
"static server"
],
"author": "Divshot",
"license": "MIT",
"bugs": {
"url": "https://github.com/divshot/static-router/issues"
},
"homepage": "https://github.com/divshot/static-router",
"devDependencies": {
"chai": "^1.10.0",
"connect": "^3.3.3",
"fs-extra": "^0.16.3",
"mkdirp": "^0.5.0",
"mocha": "^2.0.1",
"rmdir": "^1.0.4",
"supertest": "^0.15.0"
},
"dependencies": {
"deliver": "^1.1.0",
"directory-index": "^0.1.0",
"fast-url-parser": "^1.0.6-0",
"file-exists": "^0.1.0",
"glob-slash": "^1.0.0",
"glob-slasher": "^1.0.0",
"globject": "^1.0.0",
"mime-types": "^2.0.3",
"minimatch": "^1.0.0"
}
}