Files
serve-index/package.json
T
Douglas Christopher Wilson 194663a06f 1.1.6
2014-08-10 17:45:04 -04:00

28 lines
732 B
JSON

{
"name": "serve-index",
"description": "Serve directory listings",
"version": "1.1.6",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"repository": "expressjs/serve-index",
"dependencies": {
"accepts": "~1.0.7",
"batch": "0.5.1",
"parseurl": "~1.3.0"
},
"devDependencies": {
"istanbul": "0.3.0",
"mocha": "~1.21.1",
"should": "~4.0.0",
"supertest": "~0.13.0"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --reporter dot",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec"
}
}