forked from node-red/node-red-nodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 863 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "node-red-node-pushover",
"version": "0.2.2",
"description": "A Node-RED node to send alerts via Pushover",
"dependencies": {
"pushover-notifications": "^1.2.3"
},
"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": {
"pushover": "57-pushover.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "dceejay@gmail.com",
"url": "http://nodered.org"
},
"contributors": [
{
"name": "Damien Clark",
"email": "damo.clarky@gmail.com",
"url": "https://damos.world"
}
]
}