Permalink
Fetching contributors…
Cannot retrieve contributors at this time
{ | |
"name": "massification", | |
"version": "0.0.1", | |
"description": "An emailing service built on Amazon SES and Node", | |
"main": "lib/index.js", | |
"repository": "https://github.com/FreeCodeCamp/massification.git", | |
"scripts": { | |
"test": "echo 'You did it!'" | |
}, | |
"keywords": [ | |
"email" | |
], | |
"author": "Berkeley Martinez <Berkeley@RoboTie.com> (http://RoboTie.com)", | |
"license": "BSD-3-Clause", | |
"dependencies": { | |
"dotenv": "^1.2.0", | |
"lodash": "^3.10.1", | |
"nodemailer": "^1.8.0", | |
"nodemailer-ses-transport": "^1.3.0", | |
"nodemailer-smtp-pool": "^1.1.3", | |
"rx": "^4.0.6", | |
"validator": "^4.2.0" | |
}, | |
"devDependencies": { | |
"babel": "^5.8.23", | |
"babel-eslint": "^4.1.3", | |
"eslint": "^1.7.3" | |
} | |
} |