-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.39 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.39 KB
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
{
"name": "node-red-docker",
"version": "3.0.2",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/barcar/node-red-docker.git"
},
"main": "node_modules/node-red/red/red.js",
"scripts": {
"start": "node $NODE_OPTIONS node_modules/node-red/red.js $FLOWS",
"debug": "node --inspect=0.0.0.0:9229 $NODE_OPTIONS node_modules/node-red/red.js $FLOWS",
"debug_brk": "node --inspect=0.0.0.0:9229 --inspect-brk $NODE_OPTIONS node_modules/node-red/red.js $FLOWS"
},
"contributors": [
{
"name": "Dave Conway-Jones"
},
{
"name": "Nick O'Leary"
},
{
"name": "James Thomas"
},
{
"name": "Raymond Mouthaan"
}
],
"dependencies": {
"node-red": "latest",
"nodemailer": "latest",
"puppeteer": "latest",
"node-red-contrib-date-converter": "latest",
"node-red-contrib-ble-sense": "latest",
"node-red-contrib-dnsquery": "latest",
"node-red-contrib-flogger-now": "latest",
"node-red-contrib-homebridge-automation": "latest",
"node-red-contrib-huemagic": "lallafa/node-red-contrib-huemagic",
"node-red-contrib-gzip": "latest",
"node-red-contrib-influxdb": "latest",
"node-red-contrib-join-wait": "latest",
"node-red-contrib-md5": "latest",
"node-red-contrib-moment": "latest",
"node-red-contrib-oauth2": "latest",
"node-red-contrib-play-audio": "latest",
"node-red-contrib-pushover": "latest",
"node-red-contrib-ramp-thermostat": "latest",
"node-red-contrib-s3": "latest",
"node-red-contrib-simple-gate": "latest",
"node-red-contrib-soap-plus": "latest",
"node-red-contrib-sonos-events": "latest",
"node-red-contrib-tado-client": "latest",
"node-red-contrib-weekday": "latest",
"node-red-dashboard": "latest",
"node-red-node-feedparser": "latest",
"node-red-node-mysql": "latest",
"node-red-node-stomp": "latest",
"node-red-node-suncalc": "latest",
"node-red-node-twitter": "latest",
"node-red-node-ui-table": "latest",
"node-red-node-email": "latest",
"red-contrib-turf-module": "latest"
},
"engines": {
"node": ">=16"
}
}