{
  "name": "telebot",
  "version": "1.0.0",
  "description": "Easy way to write Telegram bots.",
  "main": "lib/telebot.js",
  "engines": {
    "node": ">= 6.0.0"
  },
  "dependencies": {
    "request": "^2.69.0"
  },
  "devDependencies": {
    "ava": "^0.14.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/ava test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kosmodrey/telebot.git"
  },
  "keywords": [
    "bot",
    "api",
    "wrapper",
    "telebot",
    "telegram",
    "telegram api",
    "telegram bot",
    "telegram bot api"
  ],
  "author": "Kosmodrey <kosmodrey@yandex.ru>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kosmodrey/telebot/issues"
  },
  "homepage": "https://github.com/kosmodrey/telebot"
}
