package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "name": "express",
  3. "description": "Fast, unopinionated, minimalist web framework",
  4. "version": "4.10.2",
  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. "email": "shtylman+expressjs@gmail.com"
  33. },
  34. {
  35. "name": "Young Jae Sim",
  36. "email": "hanul@hanul.me"
  37. }
  38. ],
  39. "license": "MIT",
  40. "repository": {
  41. "type": "git",
  42. "url": "https://github.com/strongloop/express"
  43. },
  44. "homepage": "http://expressjs.com/",
  45. "keywords": [
  46. "express",
  47. "framework",
  48. "sinatra",
  49. "web",
  50. "rest",
  51. "restful",
  52. "router",
  53. "app",
  54. "api"
  55. ],
  56. "dependencies": {
  57. "accepts": "~1.1.3",
  58. "content-disposition": "0.5.0",
  59. "cookie-signature": "1.0.5",
  60. "debug": "~2.1.0",
  61. "depd": "~1.0.0",
  62. "escape-html": "1.0.1",
  63. "etag": "~1.5.0",
  64. "finalhandler": "0.3.2",
  65. "fresh": "0.2.4",
  66. "media-typer": "0.3.0",
  67. "methods": "1.1.0",
  68. "on-finished": "~2.1.1",
  69. "parseurl": "~1.3.0",
  70. "path-to-regexp": "0.1.3",
  71. "proxy-addr": "~1.0.3",
  72. "qs": "2.3.2",
  73. "range-parser": "~1.0.2",
  74. "send": "0.10.1",
  75. "serve-static": "~1.7.1",
  76. "type-is": "~1.5.3",
  77. "vary": "~1.0.0",
  78. "cookie": "0.1.2",
  79. "merge-descriptors": "0.0.2",
  80. "utils-merge": "1.0.0"
  81. },
  82. "devDependencies": {
  83. "after": "0.8.1",
  84. "istanbul": "0.3.2",
  85. "mocha": "~2.0.0",
  86. "should": "~4.2.1",
  87. "supertest": "~0.14.0",
  88. "ejs": "~1.0.0",
  89. "marked": "0.3.2",
  90. "hjs": "~0.0.6",
  91. "body-parser": "~1.9.1",
  92. "connect-redis": "~2.1.0",
  93. "cookie-parser": "~1.3.3",
  94. "express-session": "~1.9.1",
  95. "jade": "~1.7.0",
  96. "method-override": "~2.3.0",
  97. "morgan": "~1.4.1",
  98. "multiparty": "~4.0.0",
  99. "vhost": "~3.0.0"
  100. },
  101. "engines": {
  102. "node": ">= 0.10.0"
  103. },
  104. "files": [
  105. "LICENSE",
  106. "History.md",
  107. "Readme.md",
  108. "index.js",
  109. "lib/"
  110. ],
  111. "scripts": {
  112. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
  113. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
  114. "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/",
  115. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/"
  116. },
  117. "gitHead": "ac56cf46063e461fbaf53c2c869a1a657e8adbe1",
  118. "bugs": {
  119. "url": "https://github.com/strongloop/express/issues"
  120. },
  121. "_id": "express@4.10.2",
  122. "_shasum": "df06dde94d968932829d440a2004c5efe64495b0",
  123. "_from": "express@4.10.2",
  124. "_npmVersion": "1.4.21",
  125. "_npmUser": {
  126. "name": "dougwilson",
  127. "email": "doug@somethingdoug.com"
  128. },
  129. "maintainers": [
  130. {
  131. "name": "tjholowaychuk",
  132. "email": "tj@vision-media.ca"
  133. },
  134. {
  135. "name": "jongleberry",
  136. "email": "jonathanrichardong@gmail.com"
  137. },
  138. {
  139. "name": "shtylman",
  140. "email": "shtylman@gmail.com"
  141. },
  142. {
  143. "name": "dougwilson",
  144. "email": "doug@somethingdoug.com"
  145. },
  146. {
  147. "name": "aredridel",
  148. "email": "aredridel@nbtsc.org"
  149. },
  150. {
  151. "name": "strongloop",
  152. "email": "callback@strongloop.com"
  153. },
  154. {
  155. "name": "rfeng",
  156. "email": "enjoyjava@gmail.com"
  157. }
  158. ],
  159. "dist": {
  160. "shasum": "df06dde94d968932829d440a2004c5efe64495b0",
  161. "tarball": "http://registry.npmjs.org/express/-/express-4.10.2.tgz"
  162. },
  163. "directories": {},
  164. "_resolved": "https://registry.npmjs.org/express/-/express-4.10.2.tgz"
  165. }