UNPKG

519 BJSONView Raw
1{
2 "name": "koa-static",
3 "description": "Static file serving middleware for koa",
4 "repository": "koajs/static",
5 "version": "1.4.1",
6 "keywords": [
7 "koa",
8 "middleware",
9 "file",
10 "static",
11 "sendfile"
12 ],
13 "files": [
14 "index.js"
15 ],
16 "devDependencies": {
17 "koa": "~0.2.1",
18 "should": "~1.2.2",
19 "mocha": "~1.12.0",
20 "supertest": "~0.7.1"
21 },
22 "license": "MIT",
23 "dependencies": {
24 "debug": "*",
25 "koa-send": "~1.1.1"
26 },
27 "scripts": {
28 "test": "make test"
29 }
30}