1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

Create an app.json manifest

This commit is contained in:
ivaosthu 2018-01-15 09:03:07 +01:00 committed by Ivar Conradi Østhus
parent 9a09e3748f
commit 3d107ed45c

7
app.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "Unleash",
"description": "A default setup of Unleash",
"repository": "https://github.com/heroku/node-js-sample",
"logo": "https://node-js-sample.herokuapp.com/node.png",
"keywords": ["node", "feature toggles", "release"]
}