2019-06-18 22:21:16 +00:00
|
|
|
{
|
|
|
|
"name": "bubo-reader",
|
2021-11-15 03:29:41 +00:00
|
|
|
"version": "1.0.1",
|
|
|
|
"description": "A simple but effective feed reader (RSS, JSON)",
|
2019-06-18 22:21:16 +00:00
|
|
|
"main": "src/index.js",
|
|
|
|
"scripts": {
|
2019-11-28 02:17:31 +00:00
|
|
|
"build": "node src/index.js > output/index.html",
|
2019-06-18 22:21:16 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2020-09-12 11:19:56 +00:00
|
|
|
"node-fetch": "^2.6.1",
|
2019-11-28 02:17:31 +00:00
|
|
|
"nunjucks": "^3.2.0",
|
2019-06-18 22:21:16 +00:00
|
|
|
"rss-parser": "^3.6.3"
|
|
|
|
}
|
|
|
|
}
|