Askrround/botly

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "botly",
  "version": "1.6.2",
  "description": "Simple Facebook Messenger Bot API",
  "main": "index.js",
  "scripts": {
    "test": "grunt default --verbose"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/miki2826/botly.git"
  },
  "keywords": [
    "fb",
    "botly",
    "facebook",
    "messenger",
    "bot",
    "platform",
    "askrround",
    "robot",
    "Botly",
    "msg",
    "sdk",
    "api"
  ],
  "author": {
    "name": "Michael Dimenshtein",
    "email": "miki2826@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/miki2826/botly/issues"
  },
  "homepage": "https://github.com/miki2826/botly#readme",
  "dependencies": {
    "body-parser": "^1.15.1",
    "express": "^4.13.4",
    "request": "^2.72.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "grunt": "^1.0.1",
    "grunt-available-tasks": "^0.6.2",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-env": "^0.4.4",
    "grunt-istanbul": "^0.8.0",
    "grunt-mocha-test": "^0.13.2",
    "load-grunt-config": "^0.19.2",
    "mocha": "^4.0.1",
    "mockery": "^2.0.0",
    "node-mocks-http": "^1.5.2",
    "sinon": "^4.1.2",
    "time-grunt": "^1.3.0"
  }
}