mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"name": "test-plugin",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"node-red": {
|
|
"plugins": {
|
|
"test": "test.js",
|
|
"test-editor-plugin": "test-editor-plugin.html",
|
|
"test-runtime-plugin": "test-runtime-plugin.js"
|
|
}
|
|
}
|
|
}
|