mandrill-inbound-parser
Version:
A simple parser for inbound urlencoded mandrill messages.
23 lines (22 loc) • 622 B
JSON
{
"name": "mandrill-inbound-parser",
"version": "1.0.7",
"description": "A simple parser for inbound urlencoded mandrill messages.",
"main": "mandrill-inbound-parser.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/PrettyHotProgrammer/mandrill-inbound-parser.git"
},
"homepage": "https://github.com/PrettyHotProgrammer/mandrill-inbound-parser.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mandrill",
"inbound",
"parser",
"message"
],
"author": "Shannon P. Cronin",
"license": "ISC"
}