mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
25 lines
441 B
JSON
25 lines
441 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": ">=12.x"
|
||
|
}
|
||
|
}
|