-
Notifications
You must be signed in to change notification settings - Fork 6
/
config-y.json
executable file
·47 lines (47 loc) · 1.12 KB
/
config-y.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
{
"config-y": {
"cwd": {
"root": "/Users/joelcox/dev/temp/play",
"client": "/Users/joelcox/dev/temp/play/client",
"app": "/Users/joelcox/dev/temp/play/client/app",
"api": "/Users/joelcox/dev/temp/play/server/api",
"server": "/Users/joelcox/dev/temp/play/server",
"modules": "/Users/joelcox/dev/temp/play/client/app/modules"
},
"appName": "ASD",
"appDescription": "",
"appKeywords": "",
"appAuthor": "",
"script": "js",
"httpType": "http",
"client": "./client",
"app": "./client/app",
"modulesPath": "./client/app/modules",
"server": "./server",
"api": "./server/api",
"modules": [
"angularCookies",
"angularAnimate",
"angularTouch",
"angularSanitize"
],
"app_names": {
"single": {
"slug": "asd",
"camel": "asd",
"classed": "Asd",
"humanized": "Asd"
},
"plural": {
"slug": "asds",
"camel": "asds",
"classed": "Asds",
"humanized": "Asds"
},
"slug": "asd"
},
"js": true,
"restangular": false,
"http": true
}
}