mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
run snyk checks and lint packages, bump notify.
This commit is contained in:
@@ -1,19 +1,22 @@
|
||||
{
|
||||
"name" : "node-red-node-pushover",
|
||||
"version" : "0.1.1",
|
||||
"description" : "A Node-RED node to send alerts via Pushover",
|
||||
"dependencies" : {
|
||||
"pushover-notifications" : "^1.2.2"
|
||||
"name": "node-red-node-pushover",
|
||||
"version": "0.1.1",
|
||||
"description": "A Node-RED node to send alerts via Pushover",
|
||||
"dependencies": {
|
||||
"pushover-notifications": "^1.2.2"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes.git",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/node-red/node-red-nodes.git",
|
||||
"directory": "tree/master/social/pushover"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "pushover" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
"keywords": [
|
||||
"node-red",
|
||||
"pushover"
|
||||
],
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"pushover": "57-pushover.js"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user