package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "name": "express",
  3. "description": "Sinatra inspired web development framework",
  4. "version": "4.4.5",
  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.5",
  52. "buffer-crc32": "0.2.3",
  53. "debug": "1.0.2",
  54. "escape-html": "1.0.1",
  55. "methods": "1.0.1",
  56. "parseurl": "1.0.1",
  57. "proxy-addr": "1.0.1",
  58. "range-parser": "1.0.0",
  59. "send": "0.4.3",
  60. "serve-static": "1.2.3",
  61. "type-is": "1.2.1",
  62. "vary": "0.1.0",
  63. "cookie": "0.1.2",
  64. "fresh": "0.2.2",
  65. "cookie-signature": "1.0.4",
  66. "merge-descriptors": "0.0.2",
  67. "utils-merge": "1.0.0",
  68. "qs": "0.6.6",
  69. "path-to-regexp": "0.1.2"
  70. },
  71. "devDependencies": {
  72. "after": "0.8.1",
  73. "istanbul": "0.2.10",
  74. "mocha": "~1.20.1",
  75. "should": "~4.0.4",
  76. "supertest": "~0.13.0",
  77. "connect-redis": "~2.0.0",
  78. "ejs": "~1.0.0",
  79. "jade": "~1.3.1",
  80. "marked": "0.3.2",
  81. "multiparty": "~3.2.4",
  82. "hjs": "~0.0.6",
  83. "body-parser": "~1.4.3",
  84. "cookie-parser": "~1.3.1",
  85. "express-session": "~1.5.0",
  86. "method-override": "2.0.2",
  87. "morgan": "1.1.1",
  88. "vhost": "2.0.0"
  89. },
  90. "engines": {
  91. "node": ">= 0.10.0"
  92. },
  93. "scripts": {
  94. "prepublish": "npm prune",
  95. "test": "mocha --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
  96. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
  97. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/"
  98. },
  99. "bugs": {
  100. "url": "https://github.com/visionmedia/express/issues"
  101. },
  102. "homepage": "https://github.com/visionmedia/express",
  103. "_id": "express@4.4.5",
  104. "dist": {
  105. "shasum": "5f2f302f277187abd721c3a36e44d86c5e3f03eb",
  106. "tarball": "http://registry.npmjs.org/express/-/express-4.4.5.tgz"
  107. },
  108. "_from": "express@~4.4.1",
  109. "_npmVersion": "1.4.3",
  110. "_npmUser": {
  111. "name": "dougwilson",
  112. "email": "doug@somethingdoug.com"
  113. },
  114. "maintainers": [
  115. {
  116. "name": "tjholowaychuk",
  117. "email": "tj@vision-media.ca"
  118. },
  119. {
  120. "name": "jongleberry",
  121. "email": "jonathanrichardong@gmail.com"
  122. },
  123. {
  124. "name": "shtylman",
  125. "email": "shtylman@gmail.com"
  126. },
  127. {
  128. "name": "dougwilson",
  129. "email": "doug@somethingdoug.com"
  130. }
  131. ],
  132. "directories": {},
  133. "_shasum": "5f2f302f277187abd721c3a36e44d86c5e3f03eb",
  134. "_resolved": "https://registry.npmjs.org/express/-/express-4.4.5.tgz",
  135. "readme": "ERROR: No README data found!"
  136. }