mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
update notify package to use a more cross platform library
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"name" : "node-red-node-notify",
|
||||
"version" : "0.0.5",
|
||||
"version" : "0.1.1",
|
||||
"description" : "A Node-RED node to send local popup Notify alerts",
|
||||
"dependencies" : {
|
||||
"growl" : "1.8.1"
|
||||
"node-notifier" : "5.2.1"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"path":"/tree/master/social/growl"
|
||||
"path":"/tree/master/social/notify"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "growl", "notify"],
|
||||
"keywords": [ "node-red", "notify", "growl"],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
"notify": "57-notify.js"
|
||||
|
||||
Reference in New Issue
Block a user