2019-06-18 22:21:16 +00:00
|
|
|
{
|
2021-11-15 03:46:31 +00:00
|
|
|
"name": "bubo-reader",
|
2021-11-15 03:40:23 +00:00
|
|
|
"version": "1.0.1",
|
|
|
|
"description": "A Glitch-ready implementation of Bubo Reader",
|
2019-06-18 22:21:16 +00:00
|
|
|
"main": "src/index.js",
|
|
|
|
"scripts": {
|
2021-11-15 03:46:31 +00:00
|
|
|
"start": "node src/index.js > output/index.html; node server.js",
|
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": {
|
2021-11-15 03:46:31 +00:00
|
|
|
"node-fetch": "^2.6.0",
|
2019-11-28 02:17:31 +00:00
|
|
|
"nunjucks": "^3.2.0",
|
2021-11-15 03:46:31 +00:00
|
|
|
"rss-parser": "^3.7.5",
|
|
|
|
"express": "^4.17.1"
|
2019-06-18 22:21:16 +00:00
|
|
|
}
|
2021-11-15 03:46:31 +00:00
|
|
|
}
|