-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (43 loc) · 1.32 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": "nodered-heroku",
"version": "1.0.0",
"author": {
"name": "Alerox"
},
"description": "Node-RED on cloud, deployed in Heroku",
"engines": {
"node": "14.x"
},
"keywords": [
"node",
"red",
"cloud",
"heroku"
],
"dependencies": {
"feedparser": "2.2.10",
"nano": "8.2.2",
"node-red": "latest",
"node-red-contrib-aedes": "latest",
"node-red-contrib-postgresql": "latest",
"node-red-contrib-ui-led": "latest",
"node-red-contrib-ui-media": "latest",
"node-red-contrib-ui-time-scheduler": "latest",
"node-red-dashboard": "latest",
"node-red-node-base64": "latest",
"node-red-node-mongodb": "latest",
"node-red-node-ui-list": "latest",
"node-red-node-ui-table": "latest",
"node-red-contrib-simple-queue":"latest",
"node-red-contrib-cron-plus":"latest",
"node-red-contrib-uuid":"latest",
"node-red-contrib-actionflows":"latest",
"node-red-contrib-mongodb4":"latest",
"node-red-contrib-mongoql":"latest",
"node-red-contrib-xterm":"latest",
"node-red-contrib-telegrambot":"latest",
"node-red-contrib-simple-message-queue":"latest",
"redis": "3.0.2",
"when": "3.7.8"
}
}