-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "node-red-contrib-chatbot-discord",
"version": "1.0.2",
"description": "",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/guidone/node-red-contrib-chatbot-discord.git"
},
"author": "Guido Bellomo <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/guidone/node-red-contrib-chatbot-discord/issues"
},
"homepage": "https://github.com/guidone/node-red-contrib-chatbot-discord#readme",
"node-red": {
"nodes": {
"chatbot-discord-receive": "./nodes/chatbot-discord-receive.js"
}
},
"maintainers": [
{
"name": "Guido Bellomo",
"email": "[email protected]",
"web": "http://javascript-jedi.com"
}
],
"keywords": [
"node-red"
],
"dependencies": {
"discord.js": "^11.4.2",
"moment": "^2.13.0",
"chat-platform": "1.0.9",
"request": "^2.87.0",
"mime": "^1.3.4",
"sanitize-filename": "^1.6.0",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4",
"cli-color": "^1.1.0",
"prettyjson": "^1.2.1",
"mime-types": "^2.1.21"
}
}