aboutsummaryrefslogtreecommitdiff
path: root/app.json
blob: 792c1a74ac1af83e7b0bfa15d12e6711b11e06ba (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    "name": "opcut",
    "website": "http://opcut.heroku.com",
    "repository": "https://github.com/bozokopic/opcut",
    "image": "heroku/python",
    "buildpacks": [
        {"url": "https://github.com/bozokopic/opcut"}
    ]
}