package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "name": "method-override",
  3. "description": "Override HTTP verbs",
  4. "version": "2.1.3",
  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/method-override"
  20. },
  21. "dependencies": {
  22. "debug": "1.0.4",
  23. "methods": "1.1.0",
  24. "parseurl": "~1.3.0",
  25. "vary": "~1.0.0"
  26. },
  27. "devDependencies": {
  28. "istanbul": "0.3.0",
  29. "mocha": "~1.21.4",
  30. "supertest": "~0.13.0"
  31. },
  32. "engines": {
  33. "node": ">= 0.8.0"
  34. },
  35. "scripts": {
  36. "test": "mocha --check-leaks --reporter spec --bail test/",
  37. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
  38. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
  39. },
  40. "gitHead": "136ae0ed23ba7042572f5ce3474fc760a4fe6c84",
  41. "bugs": {
  42. "url": "https://github.com/expressjs/method-override/issues"
  43. },
  44. "homepage": "https://github.com/expressjs/method-override",
  45. "_id": "method-override@2.1.3",
  46. "_shasum": "511f41c4fb1dccdb6ab1844da5dc6ea81b7c1135",
  47. "_from": "method-override@>=2.1.1 <2.2.0",
  48. "_npmVersion": "1.4.21",
  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": "shtylman",
  64. "email": "shtylman@gmail.com"
  65. },
  66. {
  67. "name": "tjholowaychuk",
  68. "email": "tj@vision-media.ca"
  69. },
  70. {
  71. "name": "mscdex",
  72. "email": "mscdex@mscdex.net"
  73. },
  74. {
  75. "name": "fishrock123",
  76. "email": "fishrock123@rocketmail.com"
  77. }
  78. ],
  79. "dist": {
  80. "shasum": "511f41c4fb1dccdb6ab1844da5dc6ea81b7c1135",
  81. "tarball": "http://registry.npmjs.org/method-override/-/method-override-2.1.3.tgz"
  82. },
  83. "directories": {},
  84. "_resolved": "https://registry.npmjs.org/method-override/-/method-override-2.1.3.tgz"
  85. }