mailbuild
Version:
mailbuild is a low level rfc2822 message composer. Define your own mime tree, no magic included.
40 lines (39 loc) • 1.11 kB
JSON
{
"name": "mailbuild",
"version": "0.3.7",
"homepage": "https://github.com/whiteout-io/mailbuild",
"description": "mailbuild is a low level rfc2822 message composer. Define your own mime tree, no magic included.",
"author": "Andris Reinman <andris@kreata.ee>",
"keywords": [
"RFC2822",
"mime"
],
"license": "MIT",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/whiteout-io/mailbuild.git"
},
"main": "src/mailbuild",
"dependencies": {
"mimefuncs": "~0.3.5",
"mimetypes": "~0.1.1",
"wo-addressparser": "~0.1.3",
"punycode": "~1.2.4"
},
"devDependencies": {
"chai": "~1.8.1",
"grunt": "~0.4.1",
"grunt-mocha-phantomjs": "~0.4.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-mocha-test": "~0.10.0",
"mocha": "~1.16.2",
"phantomjs": "~1.9.7-1",
"requirejs": "~2.1.10",
"sinon": "^1.9.0",
"amdefine": "^0.1.0"
}
}