-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
48 lines (45 loc) · 1.07 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
{
"name": "@ralphwetzel/node-red-mcu-plugin",
"version": "1.5.3",
"description": "Plugin to integrate Node-RED MCU Edition into the Node-RED Editor",
"node-red": {
"version": ">=2.0.0 <4.1.0",
"plugins": {
"mcu": "mcu_plugin.js"
}
},
"scripts": {
"install": "node pullmcu.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ralphwetzel/node-red-mcu-plugin.git"
},
"keywords": [
"node-red",
"node-red-mcu",
"Node-RED",
"Node-RED MCU Edition",
"node-red-mcu-plugin"
],
"dependencies": {
"clone": "^2.1.2",
"eta": "^2.0.0",
"fast-xml-parser": "^4.0.12",
"fs-extra": "^10.1.0",
"log4js": "^6.7.0",
"nanoid": "<4",
"resolve-package-path": "^4.0.3",
"serialport": "^10.4.0",
"node-abort-controller": "^3.0.0"
},
"engines": {
"node": ">=14.17.0"
},
"author": "Ralph Wetzel",
"license": "MIT",
"bugs": {
"url": "https://github.com/ralphwetzel/node-red-mcu-plugin/issues"
},
"homepage": "https://github.com/ralphwetzel/node-red-mcu-plugin#readme"
}