diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-24 08:52:06 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-24 08:52:06 +0000 |
| commit | d96e93e81f98d18aa84f701b578f4239020652c3 (patch) | |
| tree | 836059ba6a7c45ba549f7c860b741382c6ec1015 /node_modules/nodemailer/package.json | |
| parent | ba43bb22a514a5100ae65ebbdd2d9c5581b2c01d (diff) | |
Implemented the password reset function
Diffstat (limited to 'node_modules/nodemailer/package.json')
| -rw-r--r-- | node_modules/nodemailer/package.json | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/node_modules/nodemailer/package.json b/node_modules/nodemailer/package.json new file mode 100644 index 0000000..1e25242 --- /dev/null +++ b/node_modules/nodemailer/package.json @@ -0,0 +1,86 @@ +{ + "name": "nodemailer", + "version": "2.5.0", + "description": "Easy as cake e-mail sending from your Node.js applications", + "main": "lib/nodemailer.js", + "scripts": { + "test": "grunt mochaTest" + }, + "repository": { + "type": "git", + "url": "git://github.com/nodemailer/nodemailer.git" + }, + "keywords": [ + "e-mail", + "mime", + "email", + "mail", + "sendmail", + "ses", + "smtp" + ], + "author": { + "name": "Andris Reinman" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/nodemailer/nodemailer/issues" + }, + "homepage": "http://nodemailer.com/", + "dependencies": { + "libmime": "2.0.3", + "mailcomposer": "3.10.0", + "nodemailer-direct-transport": "3.2.0", + "nodemailer-shared": "1.0.5", + "nodemailer-smtp-pool": "2.7.0", + "nodemailer-smtp-transport": "2.6.0", + "socks": "1.1.9" + }, + "devDependencies": { + "amqp": "^0.2.6", + "chai": "^3.5.0", + "email-templates": "^2.3.2", + "grunt": "^1.0.1", + "grunt-cli": "^1.2.0", + "grunt-eslint": "^19.0.0", + "grunt-mocha-test": "^0.12.7", + "handlebars": "^4.0.5", + "mocha": "^2.5.3", + "nodemailer-dkim": "^1.0.4", + "nodemailer-markdown": "^1.0.0", + "nodemailer-stub-transport": "^1.0.0", + "proxy-test-server": "^1.0.0", + "sinon": "^1.17.4", + "smtp-server": "^1.11.0", + "swig-email-templates": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "gitHead": "c4b4623a7f575bae8f4ed56c0df48c22beceb738", + "_id": "nodemailer@2.5.0", + "_shasum": "9cb782b049f4d62e17022dcbe743c3b07a2de55b", + "_from": "nodemailer@latest", + "_npmVersion": "3.9.5", + "_nodeVersion": "6.2.2", + "_npmUser": { + "name": "andris", + "email": "andris@kreata.ee" + }, + "dist": { + "shasum": "9cb782b049f4d62e17022dcbe743c3b07a2de55b", + "tarball": "https://registry.npmjs.org/nodemailer/-/nodemailer-2.5.0.tgz" + }, + "maintainers": [ + { + "name": "andris", + "email": "andris@node.ee" + } + ], + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/nodemailer-2.5.0.tgz_1468007080057_0.2783848140388727" + }, + "directories": {}, + "_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-2.5.0.tgz" +} |
