{
  "name": "botbuilder-unit",
  "version": "0.7.1",
  "description": "Unit tests for chatbot dialogs",
  "main": "botbuilder-unit.js",
  "dependencies": {
    "botbuilder": "^3.8.2",
    "colors": "^1.1.2"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "coveralls": "^3.0.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^7.0.0",
    "gulp-coverage": "^0.3.38",
    "gulp-jasmine": "^2.4.2",
    "gulp-tap": "^1.0.1",
    "gulp-watch": "^4.3.11",
    "jasmine": "^2.5.3",
    "jasmine-terminal-reporter": "^1.0.3",
    "jshint": "*",
    "nyc": "^11.4.1",
    "tap": "^11.0.0"
  },
  "scripts": {
    "test": "nyc node ./testRunner.js ",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test_and_cover": "nyc npm test"
  },
  "bugs": {
    "url": "https://github.com/gudwin/botbuilder-unit/issues",
    "email": "d@dd-team.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gudwin/botbuilder-unit.git"
  },
  "nyc": {
    "include": [
      "botbuilder-unit.js",
      "src/**/*.js"
    ],
    "exclude": [
      "spec/**/*.js",
      "example/**/*.js"
    ],
    "reporter": [
      "lcov",
      "html"
    ],
    "cache": false,
    "all": false,
    "report-dir": "./build"
  },
  "keywords": [
    "botbuilder",
    "tdd",
    "bdd",
    "bot-framework",
    "test-framework",
    "chatbot",
    "chatbot-framework"
  ],
  "author": "Dmitry Shevchenko",
  "license": "GNU LGPL 3.0"
}
