1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/utility/daemon/package.json
Dave Conway-Jones 8563624983 Add line output mode for Daemon node
to address #202
2016-04-18 21:40:43 +01:00

24 lines
665 B
JSON

{
"name" : "node-red-node-daemon",
"version" : "0.0.5",
"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/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"
}
}