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
610 B
JSON

{
"author": "J.Fernando Sánchez <balkian@gmail.com>",
"name": "hook.io-web40",
"description": "Basic hook for the web4.0 project",
"keywords" : [ "hook", "hook.io" ],
"version": "0.0.2",
"bugs" : { "url" : "http://github.com/balkian/hook.io-web40/issues" },
"repository": {
"type": "git",
"url": "git://github.com/balkian/hook.io-web40.git"
},
"bin": {
"hookio-mailer": "./bin/hook.io-web40"
},
"main": "./lib/hook.io-web40",
"engines": {
"node": ">= v0.4.7"
},
"dependencies": {
"hook.io" : ">= 0.8",
"coffee-script" : "*"
},
"devDependencies": {}
}