2015-01-04 22:55:21 +01:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-notify",
|
2018-09-10 17:37:20 +02:00
|
|
|
"version" : "0.1.1",
|
2015-01-04 22:55:21 +01:00
|
|
|
"description" : "A Node-RED node to send local popup Notify alerts",
|
|
|
|
"dependencies" : {
|
2018-09-10 17:37:20 +02:00
|
|
|
"node-notifier" : "5.2.1"
|
2015-01-04 22:55:21 +01:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes.git",
|
2018-09-10 17:37:20 +02:00
|
|
|
"path":"/tree/master/social/notify"
|
2015-01-04 22:55:21 +01:00
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
2018-09-10 17:37:20 +02:00
|
|
|
"keywords": [ "node-red", "notify", "growl"],
|
2015-01-04 22:55:21 +01:00
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
2015-02-03 19:24:14 +01:00
|
|
|
"notify": "57-notify.js"
|
2015-01-04 22:55:21 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
}
|
|
|
|
}
|