16 lines
425 B
JSON
16 lines
425 B
JSON
{
|
|
"name": "Massive Decks",
|
|
"repository": "https://github.com/Lattyware/massivedecks",
|
|
"env": {
|
|
"ELM_COMPILE": "elm make client/src/MassiveDecks/Main.elm --output public/javascripts/Main.js"
|
|
},
|
|
"buildpacks": [
|
|
{
|
|
"url": "https://github.com/srid/heroku-buildpack-elm.git"
|
|
},
|
|
{
|
|
"url": "https://github.com/heroku/heroku-buildpack-play"
|
|
}
|
|
]
|
|
}
|