31 lines
677 B
JSON
31 lines
677 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.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"
|
|
}
|
|
}
|