-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·38 lines (38 loc) · 961 Bytes
/
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
{
"name": "node-red-contrib-motechat",
"description": "motechat for node-red",
"dependencies": {
"axios": "^0.18.1",
"fs-extra": "^7.0.0",
"level": "^4.0.0",
"lodash": "^4.17.13",
"motechat": "^1.7.4",
"mqtt": "^2.18.8",
"node-telegram-bot-api": "^0.30.0",
"nodemailer": "^5.1.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"yargs": "^13.2.4"
},
"keywords": [
"node-red",
"motechat",
"motebus",
"ultranet",
"ypcloud"
],
"node-red": {
"nodes": {
"urt": "urt/urt.js",
"send": "send/send.js",
"call": "call/call.js",
"event": "flow-event/flow-event.js",
"page": "page/page.js"
}
},
"version": "1.1.5",
"license": "MIT",
"engines": {
"node": ">=8"
}
}