mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-14 11:32:48 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
87
node_modules/nodemailer-smtp-transport/package.json
generated
vendored
Normal file
87
node_modules/nodemailer-smtp-transport/package.json
generated
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"nodemailer-smtp-transport@^1.1.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/nodemailer"
|
||||
]
|
||||
],
|
||||
"_from": "nodemailer-smtp-transport@>=1.1.0 <2.0.0",
|
||||
"_id": "nodemailer-smtp-transport@1.1.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/nodemailer-smtp-transport",
|
||||
"_nodeVersion": "5.3.0",
|
||||
"_npmUser": {
|
||||
"email": "andris@kreata.ee",
|
||||
"name": "andris"
|
||||
},
|
||||
"_npmVersion": "3.3.12",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "nodemailer-smtp-transport",
|
||||
"raw": "nodemailer-smtp-transport@^1.1.0",
|
||||
"rawSpec": "^1.1.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.1.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/nodemailer"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/nodemailer-smtp-transport/-/nodemailer-smtp-transport-1.1.0.tgz",
|
||||
"_shasum": "e6c37f31885ab3080e7ded3cf528c4ad7e691398",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "nodemailer-smtp-transport@^1.1.0",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/nodemailer",
|
||||
"author": {
|
||||
"name": "Andris Reinman"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/andris9/nodemailer-smtp-transport/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"clone": "^1.0.2",
|
||||
"nodemailer-wellknown": "^0.1.7",
|
||||
"smtp-connection": "^1.3.7"
|
||||
},
|
||||
"description": "SMTP transport for Nodemailer",
|
||||
"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",
|
||||
"sinon": "^1.17.2",
|
||||
"smtp-server": "^1.7.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "e6c37f31885ab3080e7ded3cf528c4ad7e691398",
|
||||
"tarball": "http://registry.npmjs.org/nodemailer-smtp-transport/-/nodemailer-smtp-transport-1.1.0.tgz"
|
||||
},
|
||||
"gitHead": "ff99dda93eca0c9183f05c63d39f102e18a8b8e9",
|
||||
"homepage": "http://github.com/andris9/nodemailer-smtp-transport",
|
||||
"keywords": [
|
||||
"Nodemailer",
|
||||
"SMTP"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/smtp-transport.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "andris",
|
||||
"email": "andris@node.ee"
|
||||
}
|
||||
],
|
||||
"name": "nodemailer-smtp-transport",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/andris9/nodemailer-smtp-transport.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user