mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
19 lines
324 B
JSON
19 lines
324 B
JSON
{
|
|
"name": "test-subflow-mod",
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"node-red": {
|
|
"nodes": {
|
|
"test-subflow": "subflow.js"
|
|
},
|
|
"dependencies": [
|
|
"node-red-node-random"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"node-red-node-random": "*"
|
|
}
|
|
}
|