You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
596 B
JSON

{
"author": "J.Fernando Sánchez <balkian@gmail.com>",
"name": "hook.io-mailerweb40",
"description": "Hook for mail integration",
"keywords" : [ "hook", "hook.io", "mailer" ],
"version": "0.0.2",
"bugs" : { "url" : "http://github.com/balkian/Hookio-Mailer/issues" },
"repository": {
"type": "git",
"url": "git://github.com/balkian/Hookio-Mailer.git"
},
"bin": {
"hookio-mailer": "./bin/mailer"
},
"main": "./lib/mailer",
"engines": {
"node": ">= v0.4.7"
},
"dependencies": {
"hook.io" : "0.8.x",
"mailer" : "*"
},
"devDependencies": {}
}