UNPKG

851 BJSONView Raw
1{
2 "name": "nodemailer-smtp-transport",
3 "version": "0.1.10",
4 "description": "SMTP transport for Nodemailer",
5 "main": "src/smtp-transport.js",
6 "scripts": {
7 "test": "grunt"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/andris9/nodemailer-smtp-transport.git"
12 },
13 "keywords": [
14 "SMTP",
15 "Nodemailer"
16 ],
17 "author": "Andris Reinman",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/andris9/nodemailer-smtp-transport/issues"
21 },
22 "homepage": "http://github.com/andris9/nodemailer-smtp-transport",
23 "dependencies": {
24 "nodemailer-wellknown": "^0.1.0",
25 "smtp-connection": "^0.1.7"
26 },
27 "devDependencies": {
28 "chai": "~1.8.1",
29 "grunt": "~0.4.1",
30 "grunt-contrib-jshint": "~0.8.0",
31 "grunt-mocha-test": "~0.10.0",
32 "sinon": "^1.9.0",
33 "simplesmtp": "^0.3.32"
34 }
35}