aboutsummaryrefslogtreecommitdiff
path: root/app.json
blob: 7d3021c7a7ee0e3b281a17931a457d2e636ff04e (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": "https://github.com/bozokopic/opcut"},
        {"url": "heroku/python"},
        {"url": "heroku/nodejs"},
    ]
}