mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
12 lines
272 B
JSON
12 lines
272 B
JSON
{
|
|
"name" : "TestNodeModule",
|
|
"version" : "0.0.1",
|
|
"description" : "A test node module",
|
|
"node-red" : {
|
|
"nodes": {
|
|
"TestNodeMod1": "TestNodeModule.js",
|
|
"TestNodeMod2": "TestNodeModule2.js"
|
|
}
|
|
}
|
|
}
|