github.com/Microsoft/fabrikate@v0.0.0-20190420002442-bff75be28d02/test/fixtures/generate/infra/component.json (about)

     1  {
     2      "name": "infra",
     3      "subcomponents": [
     4          {
     5              "name": "efk",
     6              "method": "git",
     7              "source": "https://github.com/timfpark/fabrikate-elasticsearch-fluentd-kibana"
     8          },
     9          {
    10              "name": "static",
    11              "source": "./static"
    12          }
    13      ]
    14  }