package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "morgan",
  3. "description": "http request logger middleware for node.js",
  4. "version": "1.1.1",
  5. "author": {
  6. "name": "Jonathan Ong",
  7. "email": "me@jongleberry.com",
  8. "url": "http://jongleberry.com"
  9. },
  10. "contributors": [
  11. {
  12. "name": "Douglas Christopher Wilson",
  13. "email": "doug@somethingdoug.com"
  14. }
  15. ],
  16. "license": "MIT",
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/expressjs/morgan.git"
  20. },
  21. "bugs": {
  22. "url": "https://github.com/expressjs/morgan/issues"
  23. },
  24. "dependencies": {
  25. "bytes": "1.0.0"
  26. },
  27. "devDependencies": {
  28. "istanbul": "0.2.10",
  29. "mocha": "~1.19.0",
  30. "should": "~3.3.1",
  31. "supertest": "~0.12.0"
  32. },
  33. "engines": {
  34. "node": ">= 0.8.0"
  35. },
  36. "scripts": {
  37. "test": "mocha --require should --reporter dot",
  38. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require should --reporter dot",
  39. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require should --reporter spec"
  40. },
  41. "homepage": "https://github.com/expressjs/morgan",
  42. "_id": "morgan@1.1.1",
  43. "dist": {
  44. "shasum": "cde45d2e807ebcc439745846ea80392e69098146",
  45. "tarball": "http://registry.npmjs.org/morgan/-/morgan-1.1.1.tgz"
  46. },
  47. "_from": "morgan@>=1.1.1 <1.2.0",
  48. "_npmVersion": "1.4.3",
  49. "_npmUser": {
  50. "name": "dougwilson",
  51. "email": "doug@somethingdoug.com"
  52. },
  53. "maintainers": [
  54. {
  55. "name": "jongleberry",
  56. "email": "jonathanrichardong@gmail.com"
  57. },
  58. {
  59. "name": "dougwilson",
  60. "email": "doug@somethingdoug.com"
  61. },
  62. {
  63. "name": "tjholowaychuk",
  64. "email": "tj@vision-media.ca"
  65. },
  66. {
  67. "name": "shtylman",
  68. "email": "shtylman@gmail.com"
  69. },
  70. {
  71. "name": "mscdex",
  72. "email": "mscdex@mscdex.net"
  73. },
  74. {
  75. "name": "fishrock123",
  76. "email": "fishrock123@rocketmail.com"
  77. }
  78. ],
  79. "directories": {},
  80. "_shasum": "cde45d2e807ebcc439745846ea80392e69098146",
  81. "_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.1.1.tgz"
  82. }