Heroku app.json

This commit is contained in:
Amer Almadani 2016-12-29 20:15:11 +03:00 committed by GitHub
parent 3cc5bb1dc9
commit d48f5c3327
1 changed files with 7 additions and 0 deletions

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