package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "name": "bcrypt",
  3. "description": "A bcrypt library for NodeJS.",
  4. "keywords": [
  5. "bcrypt",
  6. "password",
  7. "auth",
  8. "authentication",
  9. "encryption",
  10. "crypt",
  11. "crypto"
  12. ],
  13. "main": "./bcrypt",
  14. "version": "0.7.8",
  15. "author": {
  16. "name": "Nick Campbell",
  17. "url": "https://github.com/ncb000gt"
  18. },
  19. "engines": {
  20. "node": ">= 0.6.0"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/ncb000gt/node.bcrypt.js.git"
  25. },
  26. "licenses": [
  27. {
  28. "type": "MIT"
  29. }
  30. ],
  31. "bugs": {
  32. "url": "https://github.com/ncb000gt/node.bcrypt.js/issues"
  33. },
  34. "scripts": {
  35. "test": "node-gyp configure build && nodeunit test",
  36. "install": "node-gyp rebuild"
  37. },
  38. "dependencies": {
  39. "bindings": "1.0.0"
  40. },
  41. "devDependencies": {
  42. "nodeunit": ">=0.6.4"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Antonio Salazar Cardozo",
  47. "email": "savedfastcool@gmail.com",
  48. "url": "https://github.com/Shadowfiend"
  49. },
  50. {
  51. "name": "Van Nguyen",
  52. "email": "the.gol.effect@gmail.com",
  53. "url": "https://github.com/thegoleffect"
  54. },
  55. {
  56. "name": "David Trejo",
  57. "email": "david@dtrejo.com",
  58. "url": "https://github.com/dtrejo"
  59. },
  60. {
  61. "name": "Ben Glow",
  62. "email": "glen.low@pixelglow.com",
  63. "url": "https://github.com/pixelglow"
  64. },
  65. {
  66. "name": "NewITFarmer.com",
  67. "url": "https://github.com/newitfarmer"
  68. },
  69. {
  70. "name": "Alfred Westerveld",
  71. "email": "alfredwesterveld@gmail.com",
  72. "url": "https://github.com/alfredwesterveld"
  73. },
  74. {
  75. "name": "Vincent Côté-Roy",
  76. "email": "vincentcr@gmail.com",
  77. "url": "https://github.com/vincentcr"
  78. },
  79. {
  80. "name": "Lloyd Hilaiel",
  81. "email": "lloyd@hilaiel.com",
  82. "url": "https://github.com/lloyd"
  83. },
  84. {
  85. "name": "Roman Shtylman",
  86. "email": "shtylman@gmail.com",
  87. "url": "https://github.com/shtylman"
  88. },
  89. {
  90. "name": "Vadim Graboys",
  91. "email": "dimva13@gmail.com",
  92. "url": "https://github.com/vadimg"
  93. },
  94. {
  95. "name": "Ben Noorduis",
  96. "url": "https://github.com/bnoordhuis"
  97. },
  98. {
  99. "name": "Nate Rajlich",
  100. "email": "nathan@tootallnate.net",
  101. "url": "https://github.com/tootallnate"
  102. },
  103. {
  104. "name": "Sean McArthur",
  105. "email": "sean.monstar@gmail.com",
  106. "url": "https://github.com/seanmonstar"
  107. },
  108. {
  109. "name": "Fanie Oosthuysen",
  110. "email": "fanie.oosthuysen@gmail.com",
  111. "url": "https://github.com/weareu"
  112. }
  113. ],
  114. "gypfile": true,
  115. "homepage": "https://github.com/ncb000gt/node.bcrypt.js",
  116. "_id": "bcrypt@0.7.8",
  117. "dist": {
  118. "shasum": "42c99aac202918e947b5bd086110184f62745e3e",
  119. "tarball": "http://registry.npmjs.org/bcrypt/-/bcrypt-0.7.8.tgz"
  120. },
  121. "_from": "bcrypt@^0.7.8",
  122. "_npmVersion": "1.4.6",
  123. "_npmUser": {
  124. "name": "shtylman",
  125. "email": "shtylman@gmail.com"
  126. },
  127. "maintainers": [
  128. {
  129. "name": "ncb000gt",
  130. "email": "nicholas.j.campbell@gmail.com"
  131. },
  132. {
  133. "name": "shtylman",
  134. "email": "shtylman@gmail.com"
  135. },
  136. {
  137. "name": "tootallnate",
  138. "email": "nathan@tootallnate.net"
  139. },
  140. {
  141. "name": "jfirebaugh",
  142. "email": "john.firebaugh@gmail.com"
  143. }
  144. ],
  145. "directories": {},
  146. "_shasum": "42c99aac202918e947b5bd086110184f62745e3e",
  147. "_resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-0.7.8.tgz",
  148. "readme": "ERROR: No README data found!"
  149. }