mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
25 lines
668 B
JSON
25 lines
668 B
JSON
|
{
|
||
|
"name" : "node-red-node-feedparser",
|
||
|
"version" : "0.0.1",
|
||
|
"description" : "A Node-RED node to get RSS Atom feeds.",
|
||
|
"dependencies" : {
|
||
|
"feedparser" : "0.19.2"
|
||
|
},
|
||
|
"repository" : {
|
||
|
"type":"git",
|
||
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/feedparser"
|
||
|
},
|
||
|
"license": "Apache-2.0",
|
||
|
"keywords": [ "node-red", "atom", "rss" ],
|
||
|
"node-red" : {
|
||
|
"nodes" : {
|
||
|
"feedparse": "32-feedparse.js"
|
||
|
}
|
||
|
},
|
||
|
"author": {
|
||
|
"name": "Nick O'Leary",
|
||
|
"email": "knolleary@uk.ibm.com",
|
||
|
"url": "http://nodered.org"
|
||
|
}
|
||
|
}
|