-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 729 Bytes
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-contrib-simplepush",
"version": "2.0.0",
"description": "Simplepush wrapper for Node-RED",
"dependencies": {
"@simplepush/sdk": "^0.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/simplepush/node-red-contrib-simplepush.git"
},
"license": "MIT",
"keywords": [
"node-red",
"simplepush",
"push notification",
"actionable notification",
"notification actions",
"encrypted"
],
"node-red": {
"version": ">=3.0.0",
"nodes": {
"simplepush": "simplepush.js"
}
},
"engines": {
"node": ">=20.0.0"
},
"author": {
"name": "Simplepush",
"email": "hello@simplepu.sh"
},
"homepage": "https://simplepu.sh"
}