{
  "name": "botengine-sdk",
  "version": "0.0.1",
  "description": "An SDK to build bots in node.js.",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "standard ./src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JacopoDaeli/botengine-sdk.git"
  },
  "keywords": [
    "wit",
    "ai",
    "nlp",
    "node",
    "bot",
    "botbuilder",
    "chatbot"
  ],
  "author": "Jacopo Daeli <jacopo.daeli@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JacopoDaeli/botengine-sdk/issues"
  },
  "homepage": "https://github.com/JacopoDaeli/botengine-sdk#readme",
  "dependencies": {
    "bluebird": "^3.4.1",
    "chrono-node": "^1.2.3",
    "lodash": "^4.13.1",
    "node-uuid": "^1.4.7",
    "request": "^2.72.0",
    "sprintf-js": "^1.0.3"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.9.0",
    "body-parser": "^1.15.2",
    "chai": "^3.5.0",
    "express": "^4.14.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-sourcemaps": "^1.6.0",
    "mocha": "^2.5.3",
    "restify": "^4.1.1",
    "standard": "^7.1.2"
  }
}
