package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "name": "cookie-session",
  3. "description": "cookie session middleware",
  4. "repository": {
  5. "type": "git",
  6. "url": "git://github.com/expressjs/cookie-session"
  7. },
  8. "version": "1.0.2",
  9. "keywords": [
  10. "connect",
  11. "express",
  12. "middleware",
  13. "session"
  14. ],
  15. "files": [
  16. "index.js"
  17. ],
  18. "dependencies": {
  19. "cookies": "~0.4.0",
  20. "debug": "*"
  21. },
  22. "devDependencies": {
  23. "connect": "*",
  24. "mocha": "*",
  25. "should": "*",
  26. "supertest": "*"
  27. },
  28. "license": "MIT",
  29. "scripts": {
  30. "test": "mocha --require should --reporter spec --bail"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/expressjs/cookie-session/issues"
  34. },
  35. "homepage": "https://github.com/expressjs/cookie-session",
  36. "_id": "cookie-session@1.0.2",
  37. "_shasum": "94899ac4a721bdebcfb2f62adaaa89ffdbbd8ef8",
  38. "_from": "cookie-session@^1.0.2",
  39. "_npmVersion": "1.4.9",
  40. "_npmUser": {
  41. "name": "fishrock123",
  42. "email": "fishrock123@rocketmail.com"
  43. },
  44. "maintainers": [
  45. {
  46. "name": "jongleberry",
  47. "email": "jonathanrichardong@gmail.com"
  48. },
  49. {
  50. "name": "dougwilson",
  51. "email": "doug@somethingdoug.com"
  52. },
  53. {
  54. "name": "tjholowaychuk",
  55. "email": "tj@vision-media.ca"
  56. },
  57. {
  58. "name": "shtylman",
  59. "email": "shtylman@gmail.com"
  60. },
  61. {
  62. "name": "mscdex",
  63. "email": "mscdex@mscdex.net"
  64. },
  65. {
  66. "name": "fishrock123",
  67. "email": "fishrock123@rocketmail.com"
  68. }
  69. ],
  70. "dist": {
  71. "shasum": "94899ac4a721bdebcfb2f62adaaa89ffdbbd8ef8",
  72. "tarball": "http://registry.npmjs.org/cookie-session/-/cookie-session-1.0.2.tgz"
  73. },
  74. "directories": {},
  75. "_resolved": "https://registry.npmjs.org/cookie-session/-/cookie-session-1.0.2.tgz",
  76. "readme": "ERROR: No README data found!"
  77. }