mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
26 lines
518 B
JSON
26 lines
518 B
JSON
{
|
|
"name": "node-red-node-feedparser",
|
|
"version": "1.0.0",
|
|
"description": "A Node-RED node to get RSS Atom feeds.",
|
|
"dependencies": {
|
|
"@rowanmanning/feed-parser": "^2.1.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/social/feedparser"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"node-red",
|
|
"atom",
|
|
"rss",
|
|
"feed"
|
|
],
|
|
"node-red": {
|
|
"nodes": {
|
|
"feedparse": "32-feedparse.js"
|
|
}
|
|
}
|
|
}
|