@mattmazzola/ui
Version:
Administration user interface for creating, training, and testing bots created using Conversation Learner
25 lines (24 loc) • 595 B
JSON
{
"name": "@mattmazzola/ui",
"version": "0.600.5",
"description": "Administration user interface for creating, training, and testing bots created using Conversation Learner",
"keywords": [
"Microsoft",
"bots",
"ConversationLearner",
"ui"
],
"author": "Microsoft Conversation Learner Team",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/ConversationLearner-UI.git"
},
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"publishConfig": {
"tag": "next",
"access": "public",
"directory": "package"
}
}