UNPKG

botbuilder-formflow

Version:
49 lines (48 loc) 1.19 kB
{ "name": "botbuilder-formflow", "version": "0.5.0", "description": "Form flow with subdialogs", "main": "botbuilder-formflow.js", "dependencies": { "botbuilder": "^3.8.2", "botbuilder-get-attachment": "^0.2.0", "restify": "^6.3.4" }, "devDependencies": { "botbuilder-unit": "0.*", "assert": "^1.4.1", "jasmine": "^2.5.3", "jasmine-terminal-reporter": "^1.0.3", "jshint": "^2.9.4", "node-uuid": "^1.4.8", "sprintf": "^0.1.5", "gulp": "^3.9.1", "gulp-concat": "^2.6.1", "gulp-jasmine": "^2.4.2", "gulp-watch": "^4.3.11", "gulp-jshint": "^2.0.4", "gulp-rename": "^1.2.2", "gulp-uglify": "^2.1.2" }, "scripts": { "test": "node ./spec/testRunner.js ", "test_debug": "node ./spec/testRunner.js --NODE_DEBUG=botbuilder" }, "bugs": { "url": "https://github.com/gudwin/botbuilder-formflow/issues", "email": "d@dd-team.org" }, "repository": { "type": "git", "url": "https://github.com/gudwin/botbuilder-formflow.git" }, "keywords": [ "botbuilder", "formflow", "subdialog", "chatbot", "mbf" ], "author": "Dmitry Shevchenko", "license": "GNU 3.0" }