mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Changing the End-of-Life Date for Node.js 16 to September 11th, 2023 https://nodejs.org/en/blog/announcements/nodejs16-eol
25 lines
439 B
JSON
25 lines
439 B
JSON
{
|
|
"name": "test-theme2",
|
|
"version": "0.0.1",
|
|
"description": "test theme for Node-RED",
|
|
|
|
"keywords": [
|
|
"node-red",
|
|
"plugin",
|
|
"theme"
|
|
],
|
|
"author": {
|
|
"name": "testy-McTesterson"
|
|
},
|
|
"license": "MIT",
|
|
"node-red": {
|
|
"version": ">=2.2.0",
|
|
"plugins": {
|
|
"test-theme2": "files/plugin.js"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|