ClearTransitServer/app.json

19 lines
458 B
JSON
Raw Normal View History

2014-11-23 01:05:03 +00:00
{
"name": "Clear Transit",
"description": "Clear Transit web server",
"keywords": [
"transit",
"Sinatra",
"Ruby"
],
"website": "https://github.com/IamTheFij/ClearTransit-Web",
"repository": "https://github.com/IamTheFij/ClearTransit-Web",
"success_url": "/working",
"scripts": {
"postdeploy": "ruby ./build_agency_bounds.rb"
},
"addons": [
"heroku-postgresql:hobby-dev"
]
}