Permalink
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
Cannot retrieve contributors at this time
{ | |
"name": "JOSS", | |
"description": "The JOSS application", | |
"keywords": [ | |
"JOSS", | |
"Open Journals" | |
], | |
"website": "http://joss.theoj.org", | |
"repository": "https://github.com/openjournals/joss/tree/generalize", | |
"success_url": "/", | |
"scripts": { | |
}, | |
"env": { | |
"ORCID_KEY": { | |
"description": "The OAuth key for ORCID logins" | |
}, | |
"ORCID_SECRET": { | |
"description": "The OAuth secret key for ORCID logins" | |
}, | |
"WHEDON_SECRET": { | |
"description": "The key that Whedon uses to authenticate" | |
}, | |
"GH_TOKEN": { | |
"description": "The GitHub token for Whedon" | |
} | |
}, | |
"addons": [ | |
"scheduler", | |
"heroku-postgresql:hobby-dev", | |
"sendgrid:starter", | |
"honeybadger" | |
], | |
"formation": { | |
"web": { | |
"quantity": 1, | |
"size": "hobby" | |
} | |
}, | |
"buildpacks": [ | |
{ | |
"url": "heroku/ruby" | |
} | |
], | |
"environments": { | |
"test": { | |
"scripts": { | |
"test": "bundle exec rake test" | |
} | |
} | |
} | |
} |