gulp-template-mandrill
Version:
A gulp plugin for uploading templates to Mandrill Api
32 lines (31 loc) • 782 B
JSON
{
"name": "gulp-template-mandrill",
"version": "0.1.4",
"description": "A gulp plugin for uploading templates to Mandrill Api",
"author": "Thomas Raimond (https://github.com/Polyethylene)",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://github.com/Polyethylene/gulp-template-mandrill"
},
"engines": {
"node": ">= 0.10.32"
},
"homepage": "https://github.com/Polyethylene/gulp-template-mandrill",
"keywords": [
"mandrill",
"gulp mandrill",
"mandrill api",
"mandrill templates",
"mandrill api templates",
"gulpplugin"
],
"dependencies": {
"gulp": "^3.9.0",
"gulp-util": "^3.0.6",
"html-to-text": "^1.3.1",
"mandrill-api": "^1.0.45",
"path": "^0.11.14",
"through2": "^2.0.0"
}
}