UNPKG

toa-static

Version:

A static server module for toa.

43 lines (42 loc) 754 B
{ "name": "toa-static", "description": "A static server module for toa.", "authors": [ "Yan Qing <admin@zensh.com>" ], "version": "0.5.2", "main": "index.js", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:toajs/toa-static.git" }, "engines": { "node": ">=0.10.0" }, "homepage": "https://github.com/toajs/toa-static", "keywords": [ "toa", "toa-module", "toa-middleware", "file", "static", "cache", "gzip" ], "dependencies": { "file-cache": "^0.3.3" }, "devDependencies": { "standard": "^7.1.1", "tman": "^0.9.8", "toa": "^1.5.0" }, "scripts": { "test": "standard && tman" }, "files": [ "index.js", "README.md" ] }