package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "name": "csurf",
  3. "description": "CSRF token middleware",
  4. "version": "1.6.2",
  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/csurf"
  20. },
  21. "dependencies": {
  22. "cookie": "0.1.2",
  23. "cookie-signature": "1.0.5",
  24. "csrf": "~2.0.1",
  25. "http-errors": "~1.2.6"
  26. },
  27. "devDependencies": {
  28. "body-parser": "~1.8.0",
  29. "connect": "3",
  30. "cookie-parser": "~1.3.3",
  31. "cookie-session": "~1.0.2",
  32. "istanbul": "0.3.2",
  33. "mocha": "~1.21.3",
  34. "should": "~4.0.4",
  35. "supertest": "~0.14.0"
  36. },
  37. "engines": {
  38. "node": ">= 0.8.0"
  39. },
  40. "scripts": {
  41. "test": "mocha --check-leaks --reporter spec --bail test/",
  42. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
  43. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
  44. },
  45. "files": [
  46. "HISTORY.md",
  47. "LICENSE",
  48. "index.js"
  49. ],
  50. "keywords": [
  51. "csrf",
  52. "tokens",
  53. "middleware",
  54. "express"
  55. ],
  56. "gitHead": "eb9be9d7914de6842b8292e4e50c97599d9f9180",
  57. "bugs": {
  58. "url": "https://github.com/expressjs/csurf/issues"
  59. },
  60. "homepage": "https://github.com/expressjs/csurf",
  61. "_id": "csurf@1.6.2",
  62. "_shasum": "e732b7478b4bef654337fd8bb363d0422a71d9f1",
  63. "_from": "csurf@^1.3.0",
  64. "_npmVersion": "1.4.21",
  65. "_npmUser": {
  66. "name": "dougwilson",
  67. "email": "doug@somethingdoug.com"
  68. },
  69. "maintainers": [
  70. {
  71. "name": "jongleberry",
  72. "email": "jonathanrichardong@gmail.com"
  73. },
  74. {
  75. "name": "dougwilson",
  76. "email": "doug@somethingdoug.com"
  77. },
  78. {
  79. "name": "shtylman",
  80. "email": "shtylman@gmail.com"
  81. },
  82. {
  83. "name": "tjholowaychuk",
  84. "email": "tj@vision-media.ca"
  85. },
  86. {
  87. "name": "mscdex",
  88. "email": "mscdex@mscdex.net"
  89. },
  90. {
  91. "name": "fishrock123",
  92. "email": "fishrock123@rocketmail.com"
  93. }
  94. ],
  95. "dist": {
  96. "shasum": "e732b7478b4bef654337fd8bb363d0422a71d9f1",
  97. "tarball": "http://registry.npmjs.org/csurf/-/csurf-1.6.2.tgz"
  98. },
  99. "directories": {},
  100. "_resolved": "https://registry.npmjs.org/csurf/-/csurf-1.6.2.tgz"
  101. }