37 lines
858 B
JSON
37 lines
858 B
JSON
{
|
|
"name": "buildmail",
|
|
"version": "3.10.0",
|
|
"description": "buildmail 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 mochaTest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/andris9/buildmail.git"
|
|
},
|
|
"main": "lib/buildmail",
|
|
"dependencies": {
|
|
"addressparser": "1.0.1",
|
|
"libbase64": "0.1.0",
|
|
"libmime": "2.1.0",
|
|
"libqp": "1.1.0",
|
|
"nodemailer-fetch": "1.6.0",
|
|
"nodemailer-shared": "1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "~3.5.0",
|
|
"grunt": "~1.0.1",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-eslint": "^19.0.0",
|
|
"grunt-mocha-test": "~0.12.7",
|
|
"mocha": "^3.0.2",
|
|
"sinon": "^1.17.5"
|
|
}
|
|
}
|