package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "name": "passport",
  3. "version": "0.2.1",
  4. "description": "Simple, unobtrusive authentication for Node.js.",
  5. "keywords": [
  6. "express",
  7. "connect",
  8. "auth",
  9. "authn",
  10. "authentication"
  11. ],
  12. "author": {
  13. "name": "Jared Hanson",
  14. "email": "jaredhanson@gmail.com",
  15. "url": "http://www.jaredhanson.net/"
  16. },
  17. "homepage": "http://passportjs.org/",
  18. "repository": {
  19. "type": "git",
  20. "url": "git://github.com/jaredhanson/passport.git"
  21. },
  22. "bugs": {
  23. "url": "http://github.com/jaredhanson/passport/issues"
  24. },
  25. "licenses": [
  26. {
  27. "type": "MIT",
  28. "url": "http://www.opensource.org/licenses/MIT"
  29. }
  30. ],
  31. "main": "./lib",
  32. "dependencies": {
  33. "passport-strategy": "1.x.x",
  34. "pause": "0.0.1"
  35. },
  36. "devDependencies": {
  37. "mocha": "1.x.x",
  38. "chai": "1.x.x",
  39. "chai-connect-middleware": "0.3.x",
  40. "chai-passport-strategy": "0.2.x",
  41. "proxyquire": "0.5.x"
  42. },
  43. "engines": {
  44. "node": ">= 0.4.0"
  45. },
  46. "scripts": {
  47. "test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
  48. },
  49. "gitHead": "4dce9d99a009fdec8a6b83a8cbc99d119a73c561",
  50. "_id": "passport@0.2.1",
  51. "_shasum": "a7d34c07b30fb605be885edbc8c93e5142e38574",
  52. "_from": "passport@^0.2.0",
  53. "_npmVersion": "1.4.23",
  54. "_npmUser": {
  55. "name": "jaredhanson",
  56. "email": "jaredhanson@gmail.com"
  57. },
  58. "maintainers": [
  59. {
  60. "name": "jaredhanson",
  61. "email": "jaredhanson@gmail.com"
  62. }
  63. ],
  64. "dist": {
  65. "shasum": "a7d34c07b30fb605be885edbc8c93e5142e38574",
  66. "tarball": "http://registry.npmjs.org/passport/-/passport-0.2.1.tgz"
  67. },
  68. "directories": {},
  69. "_resolved": "https://registry.npmjs.org/passport/-/passport-0.2.1.tgz"
  70. }