{ "name": "JARR (Just Another RSS Reader)", "description": "A news aggregator that can be deployed on Heroku.", "keywords": [ "aggregator", "news", "RSS" ], "repository": "https://github.com/JARR-aggregator/JARR.git", "logo": "https://raw.githubusercontent.com/JARR-aggregator/JARR/master/web/static/img/logo.png", "scripts": { "postdeploy": "python src/manager.py db_create" }, "env": { "HEROKU": "1", "ADMIN_EMAIL": "root@jarr.localhost", "ADMIN_PASSWORD": "password", "NOTIFICATION_EMAIL": "JARR@no-reply.com", "RECAPTCHA_PRIVATE_KEY": "REDACTED", "RECAPTCHA_PUBLIC_KEY": "REDACTED", "POSTMARK_API_KEY": "REDACTED" }, "addons": [ "heroku-postgresql:hobby-dev" ] }