diff --git a/app.json b/app.json new file mode 100644 index 0000000..7a72cb8 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "name": "Node.js Slideshow", + "description": "A barebones Node.js app using Express 4", + "repository": "https://github.com/heroku/node-js-sample", + "logo": "https://github.com/heroku/node-js-sample/node.svg", + "keywords": ["node", "express", "static"] +}