Files
serve-index/package.json
2014-03-06 13:23:48 -05:00

31 lines
695 B
JSON

{
"name": "serve-index",
"description": "Serve directory listings",
"version": "1.0.1",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"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.2"
},
"devDependencies": {
"connect": ">= 2.13.0 < 3",
"mocha": ">= 1.17.0 < 2",
"should": ">= 3.0.0 < 4",
"supertest": "~0.9.0"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --reporter spec --require should"
}
}