node-red-contrib-web-push
Version:
Web Push notifications for Node-RED
33 lines (32 loc) • 717 B
JSON
{
"author": {
"name": "Maxim Salnikov",
"email": "salnikov@gmail.com"
},
"dependencies": {
"web-push": "^3.4.5"
},
"description": "Web Push notifications for Node-RED",
"keywords": [
"node-red",
"pwa",
"vapid",
"web",
"push",
"notifications"
],
"repository": {
"type": "git",
"url": "https://github.com/webmaxru/node-red-contrib-web-push.git"
},
"license": "Apache-2.0",
"name": "node-red-contrib-web-push",
"node-red": {
"nodes": {
"vapid-configuration": "vapid-configuration.js",
"web-push": "web-push.js",
"web-push-notification": "web-push-notification.js"
}
},
"version": "0.0.4"
}