aboutsummaryrefslogtreecommitdiff
path: root/pending/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'pending/app.json')
-rw-r--r--pending/app.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/pending/app.json b/pending/app.json
new file mode 100644
index 0000000..13044b9
--- /dev/null
+++ b/pending/app.json
@@ -0,0 +1,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"}
+ ]
+}