1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/social/pusher/package.json
Dave Conway-Jones 2413738082
update pusher nodes to later api
to close #347 and close #348
2017-08-27 14:00:20 +01:00

26 lines
701 B
JSON

{
"name" : "node-red-node-pusher",
"version" : "0.1.0",
"description" : "A Node-RED node to send and receive messages using Pusher.com",
"dependencies" : {
"pusher": "^1.5.1",
"pusher-client": "^1.1.0"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/pusher"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "pusher" ],
"node-red" : {
"nodes" : {
"pusher": "pusher.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}