chat-bubble
Version:
Simple chatbot UI for Web with JSON scripting. Zero dependencies.
18 lines (17 loc) • 406 B
JSON
{
"name": "chat-bubble",
"main": "component/Bubble.js",
"homepage": "https://github.com/dmitrizzle/chat-bubble",
"authors": ["dmitrizzle <d@analog.cafe>"],
"description": "Simple chatbot bubble creator based on JSON conversation structure",
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor",
"test",
"tests"
]
}