Files
serve-index/package.json
Douglas Christopher Wilson d006e3a123 deps: tighten devDepencency ranges
2014-03-06 14:51:51 -05:00

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"
}
}