UNPKG

koa-static-middleware

Version:

Lightweight static files middleware for Koa2

35 lines (34 loc) 742 B
{ "name": "koa-static-middleware", "version": "0.0.3", "description": "Lightweight static files middleware for Koa2", "main": "middleware.js", "scripts": { "test": "./node_modules/.bin/mocha tests" }, "engines": { "node": "7.6.0" }, "keywords": [ "koa", "static" ], "author": "mosluce <mosluce@gmail.com>", "license": "MIT", "dependencies": { "bluebird": "^3.5.0", "koa-send": "^4.1.0" }, "repository": { "type": "git", "url": "https://github.com/mosluce/koa-static.git" }, "homepage": "https://github.com/mosluce/koa-static", "devDependencies": { "koa": "^2.2.0", "mocha": "^3.4.2", "should": "^11.2.1", "supertest": "^3.0.0" }, "readme": "README.md" }