teddit-reddit-frontend-alte.../package.json

39 lines
987 B
JSON
Raw Normal View History

2020-11-17 21:44:32 +01:00
{
"name": "teddit",
2022-06-27 21:52:18 +02:00
"version": "0.4.8",
"description": "A free and open source alternative Reddit front-end focused on privacy.",
"homepage": "https://teddit.net",
"bugs": {
"url": "https://codeberg.org/teddit/teddit/issues"
},
2020-12-09 22:45:54 +01:00
"license": "AGPL-3.0",
"funding": [
{
"type": "XMR",
"url": "832ogRwuoSs2JGYg7wJTqshidK7dErgNdfpenQ9dzMghNXQTJRby1xGbqC3gW3GAifRM9E84J91VdMZRjoSJ32nkAZnaCEj"
}
],
2020-11-17 21:44:32 +01:00
"main": "app.js",
"repository": {
"type": "git",
"url": "https://codeberg.org/teddit/teddit"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
2020-11-17 21:44:32 +01:00
"dependencies": {
"compression": "^1.7.4",
2020-11-21 13:50:12 +01:00
"cookie-parser": "^1.4.5",
2020-11-17 21:44:32 +01:00
"express": "^4.17.1",
2021-06-04 16:33:44 +02:00
"helmet": "^4.6.0",
2021-08-16 20:53:42 +02:00
"https-proxy-agent": "^5.0.0",
2020-11-17 21:44:32 +01:00
"minizlib": "^2.1.2",
2021-10-30 19:32:35 +02:00
"node-fetch": "^2.6.5",
2021-06-04 16:33:44 +02:00
"postman-request": "^2.88.1-postman.30",
"pug": "^3.0.2",
"redis": "^3.1.2"
2020-11-17 21:44:32 +01:00
},
"devDependencies": {}
2020-11-17 21:44:32 +01:00
}