package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "name": "express",
  3. "description": "Fast, unopinionated, minimalist web framework",
  4. "version": "4.6.1",
  5. "author": {
  6. "name": "TJ Holowaychuk",
  7. "email": "tj@vision-media.ca"
  8. },
  9. "contributors": [
  10. {
  11. "name": "Aaron Heckmann",
  12. "email": "aaron.heckmann+github@gmail.com"
  13. },
  14. {
  15. "name": "Ciaran Jessup",
  16. "email": "ciaranj@gmail.com"
  17. },
  18. {
  19. "name": "Douglas Christopher Wilson",
  20. "email": "doug@somethingdoug.com"
  21. },
  22. {
  23. "name": "Guillermo Rauch",
  24. "email": "rauchg@gmail.com"
  25. },
  26. {
  27. "name": "Jonathan Ong",
  28. "email": "me@jongleberry.com"
  29. },
  30. {
  31. "name": "Roman Shtylman"
  32. }
  33. ],
  34. "keywords": [
  35. "express",
  36. "framework",
  37. "sinatra",
  38. "web",
  39. "rest",
  40. "restful",
  41. "router",
  42. "app",
  43. "api"
  44. ],
  45. "repository": {
  46. "type": "git",
  47. "url": "git://github.com/visionmedia/express"
  48. },
  49. "license": "MIT",
  50. "dependencies": {
  51. "accepts": "~1.0.7",
  52. "buffer-crc32": "0.2.3",
  53. "debug": "1.0.3",
  54. "depd": "0.3.0",
  55. "escape-html": "1.0.1",
  56. "finalhandler": "0.0.3",
  57. "media-typer": "0.2.0",
  58. "methods": "1.1.0",
  59. "parseurl": "~1.1.3",
  60. "path-to-regexp": "0.1.3",
  61. "proxy-addr": "1.0.1",
  62. "range-parser": "1.0.0",
  63. "send": "0.6.0",
  64. "serve-static": "~1.3.2",
  65. "type-is": "~1.3.2",
  66. "vary": "0.1.0",
  67. "cookie": "0.1.2",
  68. "fresh": "0.2.2",
  69. "cookie-signature": "1.0.4",
  70. "merge-descriptors": "0.0.2",
  71. "qs": "0.6.6",
  72. "utils-merge": "1.0.0"
  73. },
  74. "devDependencies": {
  75. "after": "0.8.1",
  76. "istanbul": "0.3.0",
  77. "mocha": "~1.20.1",
  78. "should": "~4.0.4",
  79. "supertest": "~0.13.0",
  80. "connect-redis": "~2.0.0",
  81. "ejs": "~1.0.0",
  82. "jade": "~1.3.1",
  83. "marked": "0.3.2",
  84. "hjs": "~0.0.6",
  85. "body-parser": "~1.4.3",
  86. "cookie-parser": "~1.3.1",
  87. "express-session": "~1.6.5",
  88. "method-override": "~2.1.1",
  89. "multiparty": "~3.3.0",
  90. "morgan": "1.1.1",
  91. "vhost": "2.0.0"
  92. },
  93. "engines": {
  94. "node": ">= 0.10.0"
  95. },
  96. "scripts": {
  97. "prepublish": "npm prune",
  98. "test": "mocha --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
  99. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
  100. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/"
  101. },
  102. "bugs": {
  103. "url": "https://github.com/visionmedia/express/issues"
  104. },
  105. "homepage": "https://github.com/visionmedia/express",
  106. "_id": "express@4.6.1",
  107. "dist": {
  108. "shasum": "c806e51755cb453ba17fac2f343caff6af885df4",
  109. "tarball": "http://registry.npmjs.org/express/-/express-4.6.1.tgz"
  110. },
  111. "_from": "express@>=4.6.1 <4.7.0",
  112. "_npmVersion": "1.4.3",
  113. "_npmUser": {
  114. "name": "dougwilson",
  115. "email": "doug@somethingdoug.com"
  116. },
  117. "maintainers": [
  118. {
  119. "name": "tjholowaychuk",
  120. "email": "tj@vision-media.ca"
  121. },
  122. {
  123. "name": "jongleberry",
  124. "email": "jonathanrichardong@gmail.com"
  125. },
  126. {
  127. "name": "shtylman",
  128. "email": "shtylman@gmail.com"
  129. },
  130. {
  131. "name": "dougwilson",
  132. "email": "doug@somethingdoug.com"
  133. },
  134. {
  135. "name": "aredridel",
  136. "email": "aredridel@nbtsc.org"
  137. }
  138. ],
  139. "directories": {},
  140. "_shasum": "c806e51755cb453ba17fac2f343caff6af885df4",
  141. "_resolved": "https://registry.npmjs.org/express/-/express-4.6.1.tgz"
  142. }