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/pushbullet/package.json
2016-03-02 13:27:52 +00:00

26 lines
702 B
JSON

{
"name" : "node-red-node-pushbullet",
"version" : "0.0.9",
"description" : "A Node-RED node to send alerts via Pushbullet",
"dependencies" : {
"pushbullet": "1.4.*",
"when": "^3.7.3"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/pushbullet"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "pushbullet" ],
"node-red" : {
"nodes" : {
"pushbullet": "57-pushbullet.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}