forked from FreeTimeCoder82/node-red-contrib-pushsafer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 755 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 755 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
{
"_from": "node-red-pushsafer",
"author": {
"name": "Pushsafer.com (Kevin Siml)",
"email": "support@pushsafer.com"
},
"dependencies": {
"node-base64-image": "^1.0.6",
"pushsafer-notifications": "^0.2.0"
},
"description": "A PushSafer API wrapper for Node-RED",
"homepage": "https://github.com/appzer/node-red-pushsafer#readme",
"keywords": [
"node-red",
"pushsafer",
"notification",
"Smarthome",
"Internet of Things",
"IoT"
],
"license": "MIT",
"name": "node-red-pushsafer",
"node-red": {
"nodes": {
"pushsafer": "pushsafer/pushsafer.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/appzer/node-red-pushsafer.git"
},
"version": "1.0.4"
}