node-red-nodes/io/ping/package.json

24 lines
651 B
JSON

{
"name" : "node-red-node-ping",
"version" : "0.1.0",
"description" : "A Node-RED node to ping a remote server, for use as a keep-alive check.",
"dependencies" : {
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/ping"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "ping", "keepalive" ],
"node-red" : {
"nodes" : {
"ping": "88-ping.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}