github.com/jbking/gohan@v0.0.0-20151217002006-b41ccf1c2a96/app.json (about)

     1  {
     2    "name": "gohan",
     3    "description": "Gohan is a REST-based api server to evolve your cloud service very rapidly and enable painless operation",
     4    "keywords": [
     5      "go",
     6      "api server",
     7      "cloud",
     8      "json schema"
     9    ],
    10    "image": "heroku/go:1.5",
    11    "mount_dir": "src/github.com/cloudwan/gohan",
    12    "website": "http://cloudwan.github.com/gohan/",
    13    "repository": "http://github.com/cloudwan/gohan",
    14    "env": {
    15      "BUILDPACK_URL": "https://github.com/cloudwan/heroku-buildpack-go.git"
    16    }
    17  }