{
  "name": "botfather",
  "version": "3.8.0",
  "description": "Lightweight node.js module for easier use telegram bot platform.",
  "main": "index.js",
  "scripts": {
    "test": "node test/test.js"
  },
  "engines": {
    "node": ">= 5.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aleki/botfather.git"
  },
  "keywords": [
    "telegram",
    "telegram bot api",
    "telegram bot platform"
  ],
  "author": "Aleki",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aleki/botfather/issues"
  },
  "homepage": "https://github.com/aleki/botfather#readme"
}