remove snapchat node, update pusher node, grammer correct random node package.json

This commit is contained in:
dceejay
2015-04-24 21:17:02 +01:00
parent 578b010ab0
commit d060e0b301
8 changed files with 265 additions and 187 deletions

View File

@@ -0,0 +1,25 @@
{
"name" : "node-red-node-pusher",
"version" : "0.0.1",
"description" : "A Node-RED node to send and receive messages using Pusher.com",
"dependencies" : {
"pusher": "1.0.4",
"pusher-client": "0.2.3"
},
"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"
}
}