UNPKG

genji-static

Version:

A static file serving middleware for genji framework.

22 lines (21 loc) 544 B
{ "name": "genji-static", "description": "A static file serving middleware for genji framework.", "keywords": ["genji", "static", "resource", "file", "middleware"], "version": "1.0.2", "homepage": "https://github.com/lsm/genji-static", "author": "Senmiao Liu <senmiao.liu@gmail.com>", "repository": { "type": "git", "url": "https://github.com/lsm/genji-static.git" }, "main": "./index", "dependencies": { "genji": "0.7.1", "mime": "1.2.9", "debug": "0.7.2" }, "engines": { "node": ">= 0.8" } }