postboy
Version:
A command line tool to build emails
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "postboy",
"version": "0.0.10",
"description": "A command line tool to build emails",
"main": "lib",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrienko/postboy.git"
},
"preferGlobal": true,
"keywords": [
"mail",
"preparation"
],
"bin": {
"postboy": "bin/postboy.js"
},
"author": "andrienko",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrienko/postboy/issues"
},
"homepage": "https://github.com/andrienko/postboy#readme",
"dependencies": {
"cheerio": "^0.22.0",
"juice": "^4.0.2",
"less": "^2.7.2",
"lodash.merge": "^4.6.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"nodemailer": "^4.1.0",
"nodemailer-smtp-transport": "^2.7.4",
"nunjucks": "^3.0.0",
"nunjucks-append": "0.0.3",
"nunjucks-capture": "^1.0.3",
"nunjucks-date": "^1.2.0",
"nunjucks-markdown": "^2.0.1",
"postcss": "^6.0.9",
"postcss-shorthand-expand": "^1.0.1",
"recursive-copy": "^2.0.6",
"special-entities": "^1.0.2",
"taj": "^0.2.0"
}
}