aboutsummaryrefslogtreecommitdiff
path: root/app.json
blob: afd2faacce5619770b1ac5f918ec586bad47a2a6 (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"},
    ]
}