{
  "name": "dickbott",
  "version": "0.9.0",
  "description": "A Framework for building bots for ChatOps",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha -r ts-node/register \"test/**/*.ts\"",
    "link": "yalc add",
    "rm-link": "yalc remove",
    "push": "yalc push",
    "start": "tsc -w",
    "build": "tsc",
    "test-watch": "mocha -r ts-node/register --watch --watch-extensions ts,tsx \"test/**/*.ts\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zmoog/dickbott.git"
  },
  "keywords": [
    "bot",
    "chatops"
  ],
  "author": "Maurizio Branca <maurizio.branca@gmail.com> (http://bodril.li)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zmoog/dickbott/issues"
  },
  "homepage": "https://github.com/zmoog/dickbott#readme",
  "dependencies": {
    "aws-sdk": "^2.390.0",
    "inversify": "^5.0.1",
    "jenkins": "^0.20.0",
    "lodash": "^4.17.4",
    "reflect-metadata": "^0.1.13",
    "request": "^2.81.0",
    "request-promise-native": "^1.0.4",
    "shortid": "^2.2.8"
  },
  "devDependencies": {
    "@types/expect.js": "^0.3.29",
    "@types/lodash": "^4.14.78",
    "@types/mocha": "^5.2.5",
    "@types/node": "^8.0.46",
    "@types/shortid": "0.0.29",
    "expect.js": "^0.3.1",
    "mocha": "^5.2.0",
    "ts-node": "^7.0.1",
    "typemoq": "^2.0.1",
    "typescript": "^2.5.3",
    "yalc": "^1.0.0-pre.24"
  },
  "main": "dist",
  "typings": "dist"
}
