telebot-plugins
Version:
The easy way to write Telegram bots. This version preloads all plugins in order to use pkg and compile.
41 lines (40 loc) • 933 B
JSON
{
"name": "telebot-plugins",
"version": "1.0.1",
"description": "The easy way to write Telegram bots. This version preloads all plugins in order to use pkg and compile.",
"main": "lib/telebot.js",
"engines": {
"node": ">= 6.0.0"
},
"dependencies": {
"request": "^2.81.0"
},
"devDependencies": {
"ava": "^1.4.1",
"eslint": "^3.19.0"
},
"scripts": {
"test": "./node_modules/.bin/ava test/index.js",
"lint": "./node_modules/.bin/eslint **/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gleissonassis/telebot.git"
},
"keywords": [
"bot",
"api",
"wrapper",
"telebot",
"telegram",
"telegram api",
"telegram bot",
"telegram bot api"
],
"author": "Mullwar <mullwar@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mullwar/telebot/issues"
},
"homepage": "https://github.com/mullwar/telebot"
}