mirror of
https://github.com/georgemandis/bubo-rss.git
synced 2024-11-05 04:04:23 +00:00
16 lines
354 B
JSON
16 lines
354 B
JSON
|
{
|
||
|
"name": "bubo-reader",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A somewhat dumb but effective feed reader (RSS, JSON & Twitter)",
|
||
|
"main": "src/index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"puppeteer": "^1.17.0",
|
||
|
"rss-parser": "^3.6.3"
|
||
|
}
|
||
|
}
|