grunt-postmark
Version:
Send emails through Postmark using GruntJS
34 lines (33 loc) • 723 B
JSON
{
"name": "grunt-postmark",
"version": "0.0.9",
"description": "Send emails through Postmark using GruntJS",
"main": "Gruntfile.js",
"homepage": "https://github.com/activecampaign/grunt-postmark.git",
"repository": {
"type": "git",
"url": "https://github.com/activecampaign/grunt-postmark.git"
},
"scripts": {
"test": "grunt"
},
"bugs": {
"url": "https://github.com/activecampaign/grunt-postmark/issues"
},
"author": {
"name": "Derek Rushforth",
"email": "drushforth@activecampaign.com"
},
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.1"
},
"keywords": [
"postmark",
"grunt",
"email"
],
"dependencies": {
"postmark": "^1.2.1"
}
}