mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
101 lines
2.3 KiB
JSON
101 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"nodemailer@*",
|
|
"/home/mitchell/Desktop/test-mywebsite/mywebsite"
|
|
]
|
|
],
|
|
"_from": "nodemailer@*",
|
|
"_id": "nodemailer@1.11.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/nodemailer",
|
|
"_nodeVersion": "5.3.0",
|
|
"_npmUser": {
|
|
"email": "andris@kreata.ee",
|
|
"name": "andris"
|
|
},
|
|
"_npmVersion": "3.3.12",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "nodemailer",
|
|
"raw": "nodemailer@*",
|
|
"rawSpec": "*",
|
|
"scope": null,
|
|
"spec": "*",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-1.11.0.tgz",
|
|
"_shasum": "4e69cb39b03015b1d1ef0c78a815412b9e976f79",
|
|
"_shrinkwrap": null,
|
|
"_spec": "nodemailer@*",
|
|
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite",
|
|
"author": {
|
|
"name": "Andris Reinman"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/andris9/Nodemailer/issues"
|
|
},
|
|
"dependencies": {
|
|
"libmime": "^1.2.0",
|
|
"mailcomposer": "^2.1.0",
|
|
"needle": "^0.11.0",
|
|
"nodemailer-direct-transport": "^1.1.0",
|
|
"nodemailer-smtp-transport": "^1.1.0"
|
|
},
|
|
"description": "Easy as cake e-mail sending from your Node.js applications",
|
|
"devDependencies": {
|
|
"chai": "^3.4.1",
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-jshint": "^0.11.3",
|
|
"grunt-mocha-test": "^0.12.7",
|
|
"mocha": "^2.3.4",
|
|
"nodemailer-dkim": "^1.0.3",
|
|
"nodemailer-markdown": "^1.0.0",
|
|
"nodemailer-stub-transport": "^1.0.0",
|
|
"sinon": "^1.17.2",
|
|
"smtp-server": "^1.7.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "4e69cb39b03015b1d1ef0c78a815412b9e976f79",
|
|
"tarball": "http://registry.npmjs.org/nodemailer/-/nodemailer-1.11.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"gitHead": "f1ef244a79591bde54aa8504b4095f5ad9365c48",
|
|
"homepage": "http://www.nodemailer.com",
|
|
"keywords": [
|
|
"e-mail",
|
|
"email",
|
|
"mail",
|
|
"mime",
|
|
"sendmail",
|
|
"ses",
|
|
"smtp"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/nodemailer.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "andris",
|
|
"email": "andris@node.ee"
|
|
}
|
|
],
|
|
"name": "nodemailer",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/andris9/Nodemailer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"version": "1.11.0"
|
|
}
|