node-red-nodes/social/dweetio/package.json

26 lines
700 B
JSON
Raw Normal View History

2014-09-17 22:27:56 +02:00
{
"name" : "node-red-node-dweetio",
2017-06-13 01:11:30 +02:00
"version" : "0.0.15",
2014-09-17 22:27:56 +02:00
"description" : "A Node-RED node to send and receive simple dweets",
"dependencies" : {
"node-dweetio" : "0.0.11"
2014-09-17 22:27:56 +02:00
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/dweetio"
2014-09-17 22:27:56 +02:00
},
"license": "Apache-2.0",
"keywords": [ "node-red", "dweetio" ],
"node-red" : {
"nodes" : {
2014-09-18 18:40:48 +02:00
"dweetio": "55-dweetio.js"
2014-09-17 22:27:56 +02:00
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}