UNPKG

node-red-contrib-chatbot

Version:

REDBot a Chat bot for a full featured chat bot for Telegram, Facebook Messenger and Slack. Almost no coding skills required

133 lines (132 loc) 5.69 kB
{ "name": "node-red-contrib-chatbot", "version": "0.16.8", "description": "REDBot a Chat bot for a full featured chat bot for Telegram, Facebook Messenger and Slack. Almost no coding skills required", "scripts": { "start": "node-red", "test": "jest", "test-ci": "jest --watch", "ngrok": "ngrok http 127.0.0.1:1880", "localtunnel": "lt --port 1880", "lint": "eslint ./nodes/*.js ./lib", "pull-wiki": "git clone https://github.com/guidone/node-red-contrib-chatbot.wiki.git ./wiki", "commit-wiki": "git add . && git commit -m \"docs\"", "build-docs": "git clone https://github.com/guidone/node-red-contrib-chatbot.wiki.git ./wiki && node ./bin/generate-docs && rm -rf ./wiki", "clean": "rm -rf ./wiki", "version": "git clone https://github.com/guidone/node-red-contrib-chatbot.wiki.git ./wiki && node ./bin/generate-docs && rm -rf ./wiki && git add *.html && git add *.md" }, "repository": { "type": "git", "url": "https://github.com/guidone/node-red-contrib-chatbot.git" }, "node-red": { "nodes": { "chatbot-telegram-receive": "./nodes/chatbot-telegram-receive.js", "chatbot-discord-receive": "./nodes/chatbot-discord-receive.js", "chatbot-universal-receive": "./nodes/chatbot-universal-receive.js", "chatbot-slack-receive": "./nodes/chatbot-slack-receive.js", "chatbot-twilio-receive": "./nodes/chatbot-twilio-receive.js", "chatbot-facebook-receive": "./nodes/chatbot-facebook-receive.js", "chatbot-viber-receive": "./nodes/chatbot-viber-receive.js", "chatbot-alexa-receive": "./nodes/chatbot-alexa-receive.js", "chatbot-redbot": "./nodes/chatbot-redbot.js", "chatbot-message": "./nodes/chatbot-message.js", "chatbot-analytics": "./nodes/chatbot-analytics.js", "chatbot-context": "./nodes/chatbot-context.js", "chatbot-topic": "./nodes/chatbot-topic.js", "chatbot-voice": "./nodes/chatbot-voice.js", "chatbot-language": "./nodes/chatbot-language.js", "chatbot-listen": "./nodes/chatbot-listen.js", "chatbot-listen-lexicon": "./nodes/chatbot-listen-lexicon.js", "chatbot-parse": "./nodes/chatbot-parse.js", "chatbot-command": "./nodes/chatbot-command.js", "chatbot-document": "./nodes/chatbot-document.js", "chatbot-video": "./nodes/chatbot-video.js", "chatbot-image": "./nodes/chatbot-image.js", "chatbot-sticker": "./nodes/chatbot-sticker.js", "chatbot-audio": "./nodes/chatbot-audio.js", "chatbot-location": "./nodes/chatbot-location.js", "chatbot-ask": "./nodes/chatbot-ask.js", "chatbot-inline-buttons": "./nodes/chatbot-inline-buttons.js", "chatbot-quick-replies": "./nodes/chatbot-quick-replies.js", "chatbot-generic-template": "./nodes/chatbot-generic-template.js", "chatbot-list-template": "./nodes/chatbot-list-template.js", "chatbot-request": "./nodes/chatbot-request.js", "chatbot-log": "./nodes/chatbot-log.js", "chatbot-qrcode": "./nodes/chatbot-qrcode.js", "chatbot-conversation": "./nodes/chatbot-conversation.js", "chatbot-debug": "./nodes/chatbot-debug.js", "chatbot-waiting": "./nodes/chatbot-waiting.js", "chatbot-authorized": "./nodes/chatbot-authorized.js", "chatbot-transport": "./nodes/chatbot-transport.js", "chatbot-rivescript": "./nodes/chatbot-rivescript.js", "chatbot-messenger-menu": "./nodes/chatbot-messenger-menu.js", "chatbot-smooch-receive": "./nodes/chatbot-smooch-receive.js", "chatbot-context-store": "./nodes/chatbot-context-store.js", "chatbot-inline-query": "./nodes/chatbot-inline-query.js", "chatbot-dialog": "./nodes/chatbot-dialog.js", "chatbot-rules": "./nodes/chatbot-rules.js", "chatbot-recast": "./nodes/chatbot-recast.js", "chatbot-dialogflow": "./nodes/chatbot-dialogflow.js", "chatbot-invoice": "./nodes/chatbot-invoice.js", "chatbot-invoice-shipping": "./nodes/chatbot-invoice-shipping.js", "chatbot-extend": "./nodes/chatbot-extend.js", "chatbot-support-table": "./nodes/chatbot-support-table.js", "chatbot-alexa-card": "./nodes/chatbot-alexa-card.js", "chatbot-alexa-directive": "./nodes/chatbot-alexa-directive.js", "chatbot-broadcast": "./nodes/chatbot-broadcast.js", "chatbot-alexa-speech": "./nodes/chatbot-alexa-speech.js" } }, "maintainers": [ { "name": "Guido Bellomo", "email": "guido.bellomo@gmail.com", "web": "http://javascript-jedi.com" } ], "keywords": [ "node-red" ], "author": "Guido Bellomo <guido.bellomo@gmail.com>", "license": "ISC", "dependencies": { "@slack/client": "^4.8.0", "apiai": "^3.0.0", "chrono-node": "^1.3.5", "cli-color": "^1.1.0", "cli-table": "^0.3.1", "compromise": "^10.7.1", "cookie-parser": "^1.4.3", "dialogflow": "^0.7.0", "discord.js": "^11.4.2", "fast-levenshtein": "^1.1.3", "jszip": "^3.1.3", "languagedetect": "^1.1.1", "marked": "^0.3.6", "mime": "^1.3.4", "mime-types": "^2.1.21", "moment": "^2.13.0", "node-emoji": "^1.3.1", "node-telegram-bot-api": "^0.30.0", "prettyjson": "^1.2.1", "qr-image": "^3.1.0", "recastai": "^3.7.0", "request": "^2.87.0", "rivescript": "1.17.2", "sanitize-filename": "^1.6.0", "smooch-core": "^2.0.0", "speakeasy-nlp": "^0.2.2", "stream-buffers": "^3.0.1", "twilio": "^3.19.2", "underscore": "^1.8.3", "underscore.string": "^3.3.4", "viber-bot": "^1.0.13" }, "devDependencies": { "chai": "^4.1.1", "chai-spies": "^1.0.0", "eslint": "^4.12.1", "jest": "^22.0.6" } }