UNPKG

telega-bot

Version:

The easy way to write Telegram bots. Fork telebot

41 lines (40 loc) 886 B
{ "name": "telega-bot", "version": "1.2.7", "description": "The easy way to write Telegram bots. Fork telebot", "main": "lib/telega-bot.js", "engines": { "node": ">= 6.0.0" }, "dependencies": { "request": "^2.81.0" }, "devDependencies": { "ava": "^0.19.1", "eslint": "^3.19.0" }, "scripts": { "test": "./node_modules/.bin/ava test/index.js", "lint": "./node_modules/.bin/eslint **/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/VBIralo/telega-bot.git" }, "keywords": [ "bot", "api", "wrapper", "telebot", "telegram", "telegram api", "telegram bot", "telegram bot api" ], "author": "VBIralo <vbiralol@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/VBIralo/telega-bot/issues" }, "homepage": "https://github.com/VBIralo/telega-bot" }