ClearTransitServer/app.json

19 lines
474 B
JSON
Raw Normal View History

2014-11-23 01:05:03 +00:00
{
"name": "Clear Transit",
2017-08-23 17:44:48 +00:00
"description": "Server application for Clear Transit",
2014-11-23 01:05:03 +00:00
"keywords": [
"transit",
"Sinatra",
"Ruby"
],
2017-08-23 17:44:48 +00:00
"website": "https://github.com/IamTheFij/ClearTransitServer",
"repository": "https://github.com/IamTheFij/ClearTransitServer",
2014-11-23 01:05:03 +00:00
"success_url": "/working",
"scripts": {
"postdeploy": "ruby ./build_agency_bounds.rb"
},
"addons": [
"heroku-postgresql:hobby-dev"
]
}