Heroku app.json

This commit is contained in:
Amer Almadani 2016-12-29 20:15:11 +03:00 committed by GitHub
commit d48f5c3327

7
app.json Normal file
View file

@ -0,0 +1,7 @@
{
"name": "haste-server",
"description": "open source pastebin written in node.js",
"repository": "https://github.com/seejohnrun/haste-server",
"logo": "https://raw.githubusercontent.com/seejohnrun/haste-server/master/static/logo.png",
"keywords": ["pastebin", "haste", "node"]
}