haste-server/app.json

13 lines
362 B
JSON
Raw Normal View History

2016-12-29 18:15:11 +01:00
{
"name": "haste-server",
"description": "open source pastebin written in node.js",
2017-05-30 22:20:06 +02:00
"repository": "https://github.com/Logic-gate/haste-server",
2016-12-29 18:15:11 +01:00
"logo": "https://raw.githubusercontent.com/seejohnrun/haste-server/master/static/logo.png",
2017-05-30 23:09:15 +02:00
"keywords": ["pastebin", "haste", "node"],
"addons":
"heroku-redis",
{
"plan": "hobby-dev"
}
2016-12-29 18:15:11 +01:00
}