This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
fedifeed/package.json
2017-04-29 21:54:46 -05:00

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"
}
}