{
    "name": "node-red-contrib-telegrambot",
    "version": "1.3.1",
    "description": "Telegram bot nodes.",
    "dependencies": {
        "node-telegram-bot-api" : "0.19.2"
    },
    "node-red" : {
        "nodes": {
            "telegrambot": "telegrambot/99-telegrambot.js"
        }
    },
    "keywords": [
        "node-red", "telegram", "bot"
    ],
    "repository" :
    { "type" : "git"
    , "url" : "https://github.com/windkh/node-red-contrib-telegrambot"
    },
    "author": "Karl-Heinz Wind",
    "license": "MIT"
}