{
  "name": "fb-messenger-app",
  "version": "4.2.0",
  "description": "NodeJS API adapter for Messenger Platform",
  "main": "bin/app.js",
  "scripts": {
    "standard": "standard lib/app.js",
    "test": "mocha test/*.js",
    "build": "babel lib -d bin"
  },
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-plugin-transform-export-extensions": "^6.8.0",
    "babel-preset-es2015": "^6.13.2",
    "chai": "^3.5.0",
    "mocha": "^3.0.2",
    "sinon": "^1.17.5",
    "standard": "^8.0.0"
  },
  "keywords": [
    "facebook",
    "messenger",
    "platform",
    "chatbot",
    "bot",
    "fb"
  ],
  "author": "Carlos Araya <charlesaraya@gmail.com> (http://charlesaraya.com/)",
  "license": "MIT",
  "dependencies": {
    "request": "^2.72.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/charlesaraya/fb-messenger-app.git"
  },
  "bugs": {
    "url": "https://github.com/charlesaraya/fb-messenger-app/issues"
  },
  "homepage": "https://github.com/charlesaraya/fb-messenger-app#readme",
  "files": [
    "LICENSE",
    "README.md",
    "bin/"
  ],
  "babel": {
    "presets": [
      "es2015"
    ],
    "plugins": [
      "transform-export-extensions"
    ]
  }
}
