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-prowl",
|
||||
"version" : "0.0.10",
|
||||
"description" : "A Node-RED node to send alerts via Prowl",
|
||||
"dependencies" : {
|
||||
"node-prowl" : "0.1.8"
|
||||
"name": "node-red-node-prowl",
|
||||
"version": "0.0.10",
|
||||
"description": "A Node-RED node to send alerts via Prowl",
|
||||
"dependencies": {
|
||||
"node-prowl": "0.1.8"
|
||||
},
|
||||
"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/prowl"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "prowl"],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
"keywords": [
|
||||
"node-red",
|
||||
"prowl"
|
||||
],
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"prowl": "57-prowl.js"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user