node-red-nodes/utility/daemon/package.json

25 lines
693 B
JSON

{
"name" : "node-red-node-daemon",
"version" : "0.6.0",
"description" : "A Node-RED node that runs and monitors a long running system command.",
"dependencies" : {
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/utility/daemon"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "daemon", "shell", "exec" ],
"node-red" : {
"nodes" : {
"daemon": "daemon.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}