2015-04-24 22:17:02 +02:00
|
|
|
{
|
2022-01-22 23:23:41 +01:00
|
|
|
"name": "node-red-node-pusher",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "A Node-RED node to send and receive messages using Pusher.com",
|
|
|
|
"dependencies": {
|
2017-08-27 15:00:20 +02:00
|
|
|
"pusher": "^1.5.1",
|
|
|
|
"pusher-client": "^1.1.0"
|
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"
|
|
|
|
}
|
|
|
|
}
|