forked from notBrad/bubo-rss
18 lines
422 B
JSON
18 lines
422 B
JSON
{
|
|
"name": "bubo-reader-glitch",
|
|
"version": "1.0.1",
|
|
"description": "A Glitch-ready implementation of Bubo Reader",
|
|
"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"
|
|
}
|
|
}
|