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.

24 lines
566 B
JSON

{
"author": "J.Fernando Sánchez <balkian@gmail.com>",
"name": "hook.io-calendar",
"description": "Hook for calendar 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-calendar.git"
},
"bin": {
"hookio-calendar": "./bin/calendar"
},
"main": "./lib/calendar",
"engines": {
"node": ">= v0.4.7"
},
"dependencies": {
"hook.io" : "0.8.x"
},
"devDependencies": {}
}