machaao
Version:
Build, develop and rapidly launch personalized chatbots on Web and Android via MessengerX.io
41 lines (40 loc) • 871 B
JSON
{
"name": "machaao",
"version": "0.2.2",
"description": "Build, develop and rapidly launch personalized chatbots on Web and Android via MessengerX.io",
"main": "index.js",
"scripts": {
"sample": "node sample.js",
"test": "echo \"Error: no test specified\" && exit 1",
"attach": "nodemon --inspect-brk=9229 sample.js"
},
"author": "Chitrang Thakkar",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"machaao": "^0.2.2",
"request": "^2.88.2",
"request-promise": "^4.2.6"
},
"keywords": [
"messengerx.io",
"machaao",
"chatbots",
"personalization",
"chatbot",
"rasa",
"dialogflow",
"messaging",
"chatapp",
"express",
"bots",
"data science",
"chatbot framework",
"bot framework"
],
"repository": {
"url": "https://github.com/machaao/messengerx-js"
}
}