UNPKG

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