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