{
  "name": "messenger-bot",
  "version": "2.5.0",
  "description": "FB Messenger Platform client",
  "main": "index.js",
  "scripts": {
    "test": "standard && tap test/*.js --cov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remixz/messenger-bot.git"
  },
  "keywords": [
    "messenger",
    "api",
    "client",
    "bot"
  ],
  "author": "Zach Bruggeman <mail@bruggie.com>, Thomas Stig Jacobsen <tsj@lunarway.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/remixz/messenger-bot/issues"
  },
  "homepage": "https://github.com/remixz/messenger-bot#readme",
  "dependencies": {
    "request": "^2.71.0",
    "request-promise": "^4.1.1"
  },
  "devDependencies": {
    "nock": "^9.0.0",
    "standard": "^11.0.1",
    "tap": "^12.0.0"
  }
}
