Add app.json file, information for deployment on Heroku

This commit is contained in:
Kevin Lohman 2018-02-05 10:34:48 -08:00
parent d5ced0d9a3
commit 6a5b758618

7
app.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "Bitcoin wallet by Coinb.in",
"description": "A Open Source Browser Based Bitcoin Wallet.",
"repository": "https://github.com/OutCast3k/coinbin",
"logo": "https://coinb.in/images/coinbin.gif",
"keywords": ["bitcoin", "wallet", "javascript"]
}