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