mirror of
https://github.com/georgemandis/bubo-rss.git
synced 2024-11-05 04:04:23 +00:00
18 lines
417 B
JSON
18 lines
417 B
JSON
{
|
|
"name": "bubo-reader",
|
|
"version": "1.0.1",
|
|
"description": "A simple but effective feed reader (RSS, JSON)",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"build": "node src/index.js > output/index.html",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.1",
|
|
"nunjucks": "^3.2.0",
|
|
"rss-parser": "^3.6.3"
|
|
}
|
|
}
|