UNPKG

1.41 kBJSONView Raw
1{
2 "defaults": {
3 },
4 "partials": {
5 "licenseInfo": "licenseInfo.mustache"
6 },
7 "transformations": [
8 { "input": "README.mustache", "output": "README.md" },
9 { "input": "swagger.mustache", "output": "swagger.yaml" },
10 { "input": "config.gpr", "output": "config.gpr" },
11 { "input": "client.mustache", "output": "client.ada" },
12 { "input": "client-body.mustache", "output": "client-body.ada" },
13 { "input": "client-spec.mustache", "output": "client-spec.ada" },
14 { "input": "gnat-project.mustache", "output": "gnat-project.ada" },
15 { "input": "model-body.mustache", "output": "model-body.ada" },
16 { "input": "model-spec.mustache", "output": "model-spec.ada" },
17 { "input": "server.mustache", "output": "server.ada" },
18 { "input": "server-body.mustache", "output": "server-body.ada" },
19 { "input": "server-spec.mustache", "output": "server-spec.ada" },
20 { "input": "server-skeleton-spec.mustache", "output": "server-skeleton-spec.ada" },
21 { "input": "server-skeleton-body.mustache", "output": "server-skeleton-body.ada" },
22 { "input": "server-properties.mustache", "output": "server-properties.ada" },
23 { "input": "package-spec-level1.mustache", "output": "package-spec-level1.ada" },
24 { "input": "package-spec-level2.mustache", "output": "package-spec-level2.ada" }
25 ]
26}