UNPKG

koa-serve-index

Version:
38 lines (37 loc) 1.1 kB
{ "name": "koa-serve-index", "description": "Serve directory listings for koa", "version": "1.1.1", "license": "MIT", "repository": { "type": "git", "url": "http://github.com/yiminghe/koa-serve-index.git" }, "files": [ "index.js", "test", "public" ], "dependencies": { "accepts": "~1.1.0", "batch": "0.5.1", "debug": "~2.0.0", "parseurl": "~1.3.0" }, "devDependencies": { "istanbul-harmony": "^0.3.0", "koa": "^0.11.0", "mocha": "~1.21.1", "should": "~4.0.0", "supertest": "~0.13.0" }, "engines": { "node": ">= 0.11.0" }, "scripts": { "publish": "git push origin", "test": "node --harmony ./node_modules/mocha/bin/mocha --harmony --reporter spec --bail --check-leaks test/", "test-cov": "node --harmony ./node_modules/istanbul-harmony/lib/cli cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", "test-travis": "node --harmony ./node_modules/istanbul-harmony/lib/cli cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" } }