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" + } + ] +}