UNPKG

405 BJSONView Raw
1{
2 "defaults": {
3 },
4 "partials": {
5 },
6 "transformations": [
7 { "input": "api.mustache", "output": "api.clj" },
8 { "input": "core.mustache", "output": "core.clj" },
9 { "input": "project.mustache", "output": "project.clj" },
10 { "input": "git_push.sh.mustache", "output": "git_push.sh" },
11 { "input": "gitignore.mustache", "output": ".gitignore" }
12 ]
13}