2015-04-24 22:17:02 +02:00
|
|
|
{
|
2022-01-22 23:23:41 +01:00
|
|
|
"name": "node-red-node-pusher",
|
2023-02-02 11:59:31 +01:00
|
|
|
"version": "1.0.0",
|
2022-01-22 23:23:41 +01:00
|
|
|
"description": "A Node-RED node to send and receive messages using Pusher.com",
|
|
|
|
"dependencies": {
|
2023-02-02 11:57:05 +01:00
|
|
|
"pusher": "^5.1.2",
|
|
|
|
"pusher-js": "^8.0.1"
|
2015-04-24 22:17:02 +02:00
|
|
|
},
|
2022-01-22 23:23:41 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
2021-11-02 16:22:30 +01:00
|
|
|
"directory": "tree/master/social/pusher"
|
2015-04-24 22:17:02 +02:00
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
2022-01-22 23:23:41 +01:00
|
|
|
"keywords": [
|
|
|
|
"node-red",
|
|
|
|
"pusher"
|
|
|
|
],
|
|
|
|
"node-red": {
|
|
|
|
"nodes": {
|
2015-04-24 22:17:02 +02:00
|
|
|
"pusher": "pusher.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
2023-02-02 11:57:05 +01:00
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Shaqaruden",
|
|
|
|
"email": "shaqaruden@gmail.com"
|
|
|
|
}
|
|
|
|
]
|
2015-04-24 22:17:02 +02:00
|
|
|
}
|