{
  "_from": "botbuilder-dialogs",
  "_id": "botbuilder-dialogs@4.0.0-m1.5",
  "_inBundle": false,
  "_integrity": "sha512-RIKuvZiFPNiIJ8Om4/v0XGKWs6nXuwgrsw8mKxyKQJELgz2JBj/+iZYJBYsxWT0Z/aHaKaZzndkoiB5yrwlodQ==",
  "_location": "/botbuilder-dialogs",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "botbuilder-dialogs",
    "name": "botbuilder-dialogs",
    "escapedName": "botbuilder-dialogs",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/botbuilder-dialogs/-/botbuilder-dialogs-4.0.0-m1.5.tgz",
  "_shasum": "8b7218bdc1b864965c82ecdb96a8950b65c8ee51",
  "_spec": "botbuilder-dialogs",
  "_where": "C:\\Users\\chawe\\source\\repos\\type2docfx\\tmp",
  "author": {
    "name": "Microsoft Corp."
  },
  "bugs": {
    "url": "https://github.com/Microsoft/botbuilder-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@microsoft/recognizers-text-suite": "^1.0.0-rc.32.0",
    "botbuilder": "^4.0.0-m1.5",
    "botbuilder-choices": "^4.0.0-m1.5"
  },
  "deprecated": false,
  "description": "A dialog stack based conversation manager for Microsoft Bot Builder.",
  "devDependencies": {
    "@types/mocha": "^2.2.47",
    "@types/node": "^9.3.0",
    "codelyzer": "^4.1.0",
    "mocha": "^5.0.0",
    "nyc": "^11.4.1",
    "source-map-support": "^0.5.3",
    "ts-node": "^4.1.0"
  },
  "homepage": "https://github.com/Microsoft/botbuilder-js#readme",
  "keywords": [
    "botbuilder",
    "botframework",
    "bots",
    "chatbots"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "botbuilder-dialogs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/botbuilder-js.git"
  },
  "scripts": {
    "build": "tsc",
    "build-docs": "typedoc --theme markdown --entryPoint botbuilder-dialogs --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder-dialogs .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Dialogs\" --readme none",
    "clean": "erase /q lib\\*.*",
    "test": "tsc && nyc mocha tests/"
  },
  "typings": "./lib/index.d.ts",
  "version": "4.0.0-m1.5"
}
