generator-msbf-watson-coco
Version:
A yeoman generator for creating bots built with Bot Framework v4, for Watson and CoCo
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "generator-msbf-watson-coco",
"version": "1.0.0",
"description": "A yeoman generator for creating bots built with Bot Framework v4, for Watson and CoCo",
"homepage": "https://github.com/ConversationalComponents/yeoman-MSBF-Watson#readme",
"author": {
"name": "alex@a-i.com",
"url": "http://conversationalcomponents.com"
},
"licenses": [
{
"license": "MIT"
},
{
"license": "SEE LICENSE IN LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/ConversationalComponents/yeoman-MSBF-Watson.git"
},
"files": [
"components",
"generators"
],
"keywords": [
"botbuilder",
"bots",
"bot framework",
"yeoman-generator",
"Microsoft AI",
"Microsoft Teams",
"Conversational Components",
"CoCo"
],
"dependencies": {
"botbuilder": "~4.7.2",
"chalk": "~3.0.0",
"lodash": "~4.17.15",
"mkdirp": "^1.0.3",
"yeoman-generator": "~4.6.0"
}
}