2023-02-01 14:29:10 +00:00

30 lines
712 B
JSON

{
"name": "node-red-node-pusher-js",
"version": "1.0.0",
"description": "A Node-RED node to send and receive messages using Pusher.com",
"dependencies": {
"pusher": "^5.1.2",
"pusher-js": "^8.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/shaqaruden/node-red-nodes.git",
"directory": "tree/master/social/pusher"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"pusher"
],
"node-red": {
"nodes": {
"pusher": "pusher.js"
}
},
"author": {
"name": "Shaqaruden",
"email": "shaqaruden@gmail.com",
"url": "http://nodered.org"
}
}