-
Notifications
You must be signed in to change notification settings - Fork 2
/
swaaplate.json
57 lines (57 loc) · 1.38 KB
/
swaaplate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"client": {
"buildDir": "dist",
"ghUser": "inpercima",
"installDependencies": true,
"language": "en",
"modules": {
"enabled": true,
"features": {
"defaultRoute": "overview",
"name": "features"
},
"notFound": {
"enabled": true,
"name": "not-found"
},
"routing": true
},
"packageJson": {
"contributors": [{
"name": "Marcel Jänicke",
"email": "[email protected]"
}, {
"name": "Sebastian Peters",
"email": "[email protected]"
}],
"homepage": "https://github.com/inpercima/run-and-fun",
"repository": "https://github.com/inpercima/run-and-fun"
},
"prefix": "raf",
"theme": "indigo-pink",
"useGoogleFonts": true,
"useYarn": true
},
"general": {
"author": "Marcel Jänicke",
"description": "Provide searching, statistics and visualization for activities from [runkeeper.com](http://runkeeper.com).",
"modRewriteIndex": false,
"name": "run-and-fun",
"title": "run and fun",
"useDocker": true,
"useMITLicense": true,
"useMock": false,
"useSecurity": false
},
"server": {
"backend": "java",
"javaKt": {
"management": "maven",
"packagePath": "net.inpercima.runandfun"
},
"php": {
"modRewritePhpExtension": false,
"serverAsApi": false
}
}
}