{
  "name": "viber-bot",
  "version": "1.0.18",
  "description": "A bot interface to work with Viber API",
  "author": "Viber LTD",
  "engine-strict": true,
  "engines": {
    "node": ">=5",
    "npm": ">=3"
  },
  "keywords": [
    "viber",
    "api",
    "bot"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Viber/viber-bot-node"
  },
  "main": "lib/index.js",
  "license": "Apache 2.0",
  "dependencies": {
    "async": "^2.0.1",
    "body-parser": "^1.15.2",
    "express": "^4.14.0",
    "needle": "^1.1.0",
    "underscore": "^1.8.3",
    "json-bigint": "^1.0.0"
  },
  "devDependencies": {
    "eslint": "^6.6.0",
    "express": "^4.14.0",
    "nodeunit": "^0.11.3"
  }
}
