package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "serve-index",
  3. "description": "Serve directory listings",
  4. "version": "1.9.1",
  5. "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
  6. "license": "MIT",
  7. "repository": "expressjs/serve-index",
  8. "dependencies": {
  9. "accepts": "~1.3.4",
  10. "batch": "0.6.1",
  11. "debug": "2.6.9",
  12. "escape-html": "~1.0.3",
  13. "http-errors": "~1.6.2",
  14. "mime-types": "~2.1.17",
  15. "parseurl": "~1.3.2"
  16. },
  17. "devDependencies": {
  18. "after": "0.8.2",
  19. "istanbul": "0.4.5",
  20. "mocha": "2.5.3",
  21. "supertest": "1.1.0"
  22. },
  23. "files": [
  24. "public/",
  25. "LICENSE",
  26. "HISTORY.md",
  27. "index.js"
  28. ],
  29. "engines": {
  30. "node": ">= 0.8.0"
  31. },
  32. "scripts": {
  33. "test": "mocha --reporter spec --bail --check-leaks test/",
  34. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  35. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  36. },
  37. "__npminstall_done": true,
  38. "_from": "serve-index@1.9.1",
  39. "_resolved": "https://registry.npmmirror.com/serve-index/-/serve-index-1.9.1.tgz"
  40. }