package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "nodemailer@~1.3.0",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "nodemailer@>=1.3.0 <1.4.0",
  9. "_id": "nodemailer@1.3.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/nodemailer",
  13. "_nodeVersion": "0.12.0",
  14. "_npmUser": {
  15. "email": "andris@node.ee",
  16. "name": "andris"
  17. },
  18. "_npmVersion": "2.5.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "nodemailer",
  22. "raw": "nodemailer@~1.3.0",
  23. "rawSpec": "~1.3.0",
  24. "scope": null,
  25. "spec": ">=1.3.0 <1.4.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-1.3.4.tgz",
  32. "_shasum": "9e5ca29ddc9fd78584e5ed46ddc486385be43ae3",
  33. "_shrinkwrap": null,
  34. "_spec": "nodemailer@~1.3.0",
  35. "_where": "D:\\work\\im",
  36. "author": {
  37. "name": "Andris Reinman"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/andris9/Nodemailer/issues"
  41. },
  42. "dependencies": {
  43. "buildmail": "^1.2.4",
  44. "hyperquest": "^1.2.0",
  45. "libmime": "^1.0.0",
  46. "nodemailer-direct-transport": "^1.0.2",
  47. "nodemailer-smtp-transport": "^1.0.2"
  48. },
  49. "description": "Easy as cake e-mail sending from your Node.js applications",
  50. "devDependencies": {
  51. "chai": "^2.2.0",
  52. "grunt": "^0.4.5",
  53. "grunt-contrib-jshint": "^0.11.1",
  54. "grunt-mocha-test": "^0.12.7",
  55. "nodemailer-dkim": "^1.0.2",
  56. "nodemailer-markdown": "^1.0.0",
  57. "nodemailer-stub-transport": "^1.0.0",
  58. "sinon": "^1.14.1",
  59. "smtp-server": "^1.2.0"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "9e5ca29ddc9fd78584e5ed46ddc486385be43ae3",
  64. "tarball": "https://registry.npmjs.org/nodemailer/-/nodemailer-1.3.4.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "gitHead": "d2dc02494570f8fbd5fad9e009afbcb317189297",
  70. "homepage": "http://www.nodemailer.com",
  71. "keywords": [
  72. "e-mail",
  73. "mime",
  74. "email",
  75. "mail",
  76. "sendmail",
  77. "ses",
  78. "smtp"
  79. ],
  80. "license": "MIT",
  81. "main": "src/nodemailer.js",
  82. "maintainers": [
  83. {
  84. "email": "andris@node.ee",
  85. "name": "andris"
  86. }
  87. ],
  88. "name": "nodemailer",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/andris9/Nodemailer.git"
  94. },
  95. "scripts": {
  96. "test": "grunt"
  97. },
  98. "version": "1.3.4"
  99. }