{ "name": "serve-index", "description": "Serve directory listings", "version": "1.0.2", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/expressjs/serve-index.git" }, "bugs": { "url": "https://github.com/expressjs/serve-index/issues" }, "dependencies": { "batch": "0.5.0", "negotiator": "0.4.3" }, "devDependencies": { "connect": "~2.14.1", "mocha": "~1.17.1", "should": "~3.1.3", "supertest": "~0.9.0" }, "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "mocha --reporter spec --require should" } }