mirror of
https://github.com/fenwick67/mastofeed
synced 2024-12-23 07:38:10 +01:00
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"dependencies": {
|
|
"ejs": "^2.5.6",
|
|
"express": "^4.15.2",
|
|
"feedparser": "^2.2.0",
|
|
"pug": "^2.0.0-beta.12",
|
|
"request": "^2.81.0",
|
|
"serve-static": "^1.12.2"
|
|
},
|
|
"main":"index.js",
|
|
"scripts":{
|
|
"start":"node index.js"
|
|
}
|
|
}
|