bubo-rss/package.json

16 lines
354 B
JSON
Raw Normal View History

2019-06-18 22:21:16 +00:00
{
"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"
}
}