UNPKG

471 BJSONView Raw
1{
2 "defaults": {
3 },
4 "partials": {
5 },
6 "transformations": [
7 { "input": "README.mustache", "output": "README.md" },
8 { "input": "api.template", "output": "api.md" },
9 { "input": "generatorClass.mustache", "output": "generatorClass.java" },
10 { "input": "model.template", "output": "model.md" },
11 { "input": "pom.mustache", "output": "pom.xml" },
12 { "input": "services.mustache", "output": "services.md" }
13 ]
14}