{
	"name": "node-mailer",
	"version": "0.1.1",
	"description": "Mailer on top of nodemailer",
	"homepage": "https://github.com/srod/node-mailer",
	"author": {
		"name": "Rodolphe Stoclin",
		"email": "rodolphe@2clics.net",
		"url": "http://2clics.net"
	},

	"main": "index",

	"repository": {
		"type": "git",
		"url": "https://github.com/srod/node-minify.git"
	},

	"dependencies": {
		"nodemailer": ">= 0.1.15"
	},

	"keywords": ["e-mail", "mime", "email", "sendmail"]
}