package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "smtp-connection@^1.3.1",
  5. "D:\\work\\im\\node_modules\\nodemailer-direct-transport"
  6. ]
  7. ],
  8. "_from": "smtp-connection@>=1.3.1 <2.0.0",
  9. "_id": "smtp-connection@1.3.8",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/smtp-connection",
  13. "_nodeVersion": "5.3.0",
  14. "_npmUser": {
  15. "email": "andris@kreata.ee",
  16. "name": "andris"
  17. },
  18. "_npmVersion": "3.3.12",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "smtp-connection",
  22. "raw": "smtp-connection@^1.3.1",
  23. "rawSpec": "^1.3.1",
  24. "scope": null,
  25. "spec": ">=1.3.1 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/nodemailer-direct-transport",
  30. "/nodemailer-smtp-transport"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/smtp-connection/-/smtp-connection-1.3.8.tgz",
  33. "_shasum": "55832c2160cfb3086e1dcd87fd1c19fa61b7f536",
  34. "_shrinkwrap": null,
  35. "_spec": "smtp-connection@^1.3.1",
  36. "_where": "D:\\work\\im\\node_modules\\nodemailer-direct-transport",
  37. "author": {
  38. "name": "Andris Reinman"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/andris9/smtp-connection/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Connect to SMTP servers",
  45. "devDependencies": {
  46. "chai": "^3.4.1",
  47. "grunt": "^0.4.5",
  48. "grunt-contrib-jshint": "^0.11.3",
  49. "grunt-mocha-test": "^0.12.7",
  50. "mocha": "^2.3.4",
  51. "sinon": "^1.17.2",
  52. "smtp-server": "^1.7.1",
  53. "xoauth2": "^1.1.0"
  54. },
  55. "directories": {
  56. "test": "test"
  57. },
  58. "dist": {
  59. "shasum": "55832c2160cfb3086e1dcd87fd1c19fa61b7f536",
  60. "tarball": "https://registry.npmjs.org/smtp-connection/-/smtp-connection-1.3.8.tgz"
  61. },
  62. "gitHead": "e4f8d186c90435e58147d022a5185db46c8255c2",
  63. "homepage": "https://github.com/andris9/smtp-connection",
  64. "keywords": [
  65. "SMTP"
  66. ],
  67. "license": "MIT",
  68. "main": "src/smtp-connection.js",
  69. "maintainers": [
  70. {
  71. "email": "andris@node.ee",
  72. "name": "andris"
  73. }
  74. ],
  75. "name": "smtp-connection",
  76. "optionalDependencies": {},
  77. "readme": "ERROR: No README data found!",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/andris9/smtp-connection.git"
  81. },
  82. "scripts": {
  83. "test": "grunt"
  84. },
  85. "version": "1.3.8"
  86. }