14 lines
324 B
JSON
14 lines
324 B
JSON
{
|
|
"name": "Invitarr",
|
|
"description": "This app does one little thing, and does it well.",
|
|
"repository": "https://github.com/Sleepingpirates/Invitarr",
|
|
"scripts": {
|
|
"predeploy": "git subtree push --prefix Docker Invitarr master"
|
|
},
|
|
"buildpacks": [
|
|
{
|
|
"url": "heroku/python"
|
|
}
|
|
]
|
|
}
|