cml-test-module
Version:
module to test exporting of subflows
21 lines (20 loc) • 367 B
JSON
{
"name": "cml-test-module",
"version": "0.0.2",
"description": "module to test exporting of subflows",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cml",
"node-red"
],
"author": "Palo",
"license": "ISC",
"node-red": {
"nodes": {
"test": "wrapper.js"
}
}
}