{
  "name": "prg-chatbot",
  "version": "0.12.3",
  "description": "Facebook Messenger Chatbot Framework",
  "main": "index.js",
  "scripts": {
    "doc": "node ./bin/makeApiDoc.js",
    "test": "npm run test:lint && npm run test:coverage && npm run test:coverage:threshold",
    "test:coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --opts ./mocha.opts ./test",
    "test:coverage:threshold": "istanbul check --branches 80 --functions 80 --statements 80 --lines 80  ./coverage/coverage.json",
    "test:backend": "mocha --opts ./mocha.opts ./test ./src",
    "test:lint": "eslint --ext .js src test *.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/davidmenger/prg-chatbot.git"
  },
  "keywords": [
    "Facebook",
    "Messenger",
    "Chatbot",
    "Framework",
    "Bot"
  ],
  "engines": {
    "node": "^6.0.0"
  },
  "author": "Pavidmenger",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davidmenger/prg-chatbot/issues"
  },
  "homepage": "https://github.com/davidmenger/prg-chatbot#readme",
  "devDependencies": {
    "body-parser": "^1.15.2",
    "co": "^4.6.0",
    "eslint": "^3.10.2",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-mocha": "^0.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-mocha": "^4.7.0",
    "eslint-plugin-react": "^6.7.1",
    "express": "^4.14.0",
    "jsdoc-to-markdown": "^2.0.1",
    "mocha": "^3.1.2",
    "mocha-istanbul": "^0.3.0",
    "mongoose": "^4.6.8",
    "sinon": "^1.17.6"
  },
  "dependencies": {
    "path-to-regexp": "^1.7.0",
    "request": "^2.79.0",
    "request-promise": "^4.1.1"
  },
  "optionalDependencies": {
    "mongoose": "^4.0.0",
    "express": "^4.0.0",
    "body-parser": "^1.10.0"
  }
}
