From 6c99b0ea50066b591c68d73a47c71cd35b9e1541 Mon Sep 17 00:00:00 2001 From: jtc9921 Date: Thu, 31 Mar 2016 05:52:58 -0500 Subject: [PATCH] Add Heroku generated app.json --- app.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..ec6d037 --- /dev/null +++ b/app.json @@ -0,0 +1,18 @@ +{ + "name": "hubot-script-catalog", + "scripts": { + }, + "env": { + "BUILDPACK_URL": { + "required": true + } + }, + "addons": [ + + ], + "buildpacks": [ + { + "url": "https://github.com/heroku/heroku-buildpack-nodejs.git" + } + ] +}