1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

Create an app.json manifest

This commit is contained in:
ivaosthu 2018-01-15 09:03:07 +01:00
parent 4efd371447
commit 14d115d6de

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