forked from guidone/node-red-contrib-chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
150 lines (150 loc) · 6.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "node-red-contrib-chatbot",
"version": "0.19.7",
"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-redbot": "./nodes/chatbot-redbot.js",
"redbot-config": "./redbot.config.js",
"chatbot-telegram-receive": "./nodes/chatbot-telegram-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-routee-receive": "./nodes/chatbot-routee-receive.js",
"chatbot-msteams-receive": "./nodes/chatbot-msteams-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-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-animation": "./nodes/chatbot-animation.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-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-params": "./nodes/chatbot-params.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",
"chatbot-slack-blocks": "./nodes/chatbot-slack-blocks.js",
"chatbot-nlp": "./nodes/chatbot-nlp.js",
"chatbot-nlp-train": "./nodes/chatbot-nlp-train.js",
"chatbot-nlp-intent": "./nodes/chatbot-nlp-intent.js",
"chatbot-nlp-entity": "./nodes/chatbot-nlp-entity.js",
"chatbot-nlp-save": "./nodes/chatbot-nlp-save.js",
"chatbot-nlp-load": "./nodes/chatbot-nlp-load.js",
"chatbot-pop-message": "./nodes/chatbot-pop-message.js"
}
},
"maintainers": [
{
"name": "Guido Bellomo",
"email": "[email protected]",
"web": "http://javascript-jedi.com"
}
],
"keywords": [
"node-red"
],
"author": "Guido Bellomo <[email protected]>",
"license": "ISC",
"dependencies": {
"@slack/events-api": "^2.3.3",
"@slack/web-api": "^5.3.0",
"apiai": "^3.0.0",
"body-parser": "^1.19.0",
"botbuilder": "^4.7.1",
"chat-platform": "^1.2.2",
"chrono-node": "^1.3.5",
"cli-color": "^1.4.0",
"cli-table": "^0.3.1",
"cloudinary": "^1.21.0",
"compromise": "10.7.1",
"cookie-parser": "^1.4.3",
"dialogflow": "^0.7.0",
"express": "^4.17.1",
"fast-levenshtein": "^1.1.3",
"jszip": "^3.1.3",
"marked": "^0.3.6",
"mime": "^1.3.4",
"mime-types": "^2.1.21",
"moment": "^2.13.0",
"node-emoji": "^1.3.1",
"node-nlp": "^4.10.4",
"node-telegram-bot-api": "^0.40.0",
"prettyjson": "^1.2.1",
"qr-image": "^3.1.0",
"recastai": "^3.7.0",
"request": "^2.87.0",
"rivescript": "2.0.0",
"sanitize-filename": "^1.6.0",
"smooch-core": "^2.0.0",
"speakeasy-nlp": "^0.2.2",
"sqlite3": "^4.2.0",
"stream-buffers": "^3.0.1",
"streamifier": "^0.1.1",
"twilio": "^3.19.2",
"underscore": "^1.10.2",
"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.4.4"
}
}