mirror of
https://github.com/balkian/Hookio-Mailer.git
synced 2024-11-21 22:12:31 +00:00
24 lines
554 B
JSON
24 lines
554 B
JSON
{
|
|
"author": "J.Fernando Sánchez <balkian@gmail.com>",
|
|
"name": "hook.io-mailer",
|
|
"description": "Hook for mail integration",
|
|
"keywords" : [ "hook", "hook.io", "calendar" ],
|
|
"version": "0.0.1",
|
|
"bugs" : { "url" : "http://github.com/balkian" },
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/balkian/Hookio-Mailer.git"
|
|
},
|
|
"bin": {
|
|
"hookio-calendar": "./bin/mailer"
|
|
},
|
|
"main": "./lib/mailer",
|
|
"engines": {
|
|
"node": ">= v0.4.7"
|
|
},
|
|
"dependencies": {
|
|
"hook.io" : "0.8.x"
|
|
},
|
|
"devDependencies": {}
|
|
}
|