luca-chatbot-embed
Version:
Luca AI Chatbot - Non-intrusive popup widget for websites
45 lines • 972 B
JSON
{
"name": "luca-chatbot-embed",
"version": "1.0.0",
"description": "Luca AI Chatbot - Non-intrusive popup widget for websites",
"main": "luca-chatbot-embed.js",
"files": [
"luca-chatbot-embed.js",
"README.md",
"EMBED_USAGE.md"
],
"keywords": [
"chatbot",
"ai",
"widget",
"popup",
"customer-support",
"reppy",
"luca",
"embed",
"javascript",
"css"
],
"author": "Reppy.fi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/reppy/luca-chatbot-embed.git"
},
"bugs": {
"url": "https://github.com/reppy/luca-chatbot-embed/issues"
},
"homepage": "https://reppy.fi",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"build": "echo \"No build process needed\" && exit 0"
},
"engines": {
"node": ">=12.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}