-
Notifications
You must be signed in to change notification settings - Fork 2
/
ronin.json
65 lines (65 loc) · 1.51 KB
/
ronin.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
58
59
60
61
62
63
64
65
{
"models": [],
"migrations": {
"order": [],
"up": [],
"down": []
},
"modules": [
{
"name": "routeLoader",
"path": "src/server/modules/routeLoader.js",
"createdAt": "2019-08-13T18:28:52.503Z"
},
{
"name": "connectMongo",
"path": "src/server/modules/connectMongo.js",
"createdAt": "2019-08-20T17:10:51.298Z"
},
{
"name": "initEmailTransporter",
"path": "src/server/modules/initEmailTransporter.js",
"createdAt": "2019-08-20T17:12:11.579Z"
}
],
"middlewares": [
{
"name": "general/combineParsed",
"path": "src/app/middlewares/general/combineParsed.js",
"createdAt": "2019-08-16T19:52:49.992Z"
},
{
"name": "general/sendPayload",
"path": "src/app/middlewares/general/sendPayload.js",
"createdAt": "2019-08-16T19:53:19.853Z"
}
],
"routes": [
{
"name": "home",
"path": "src/app/routes/home.js",
"createdAt": "2019-11-26T14:08:15.731Z"
},
{
"name": "overview",
"path": "src/app/routes/overview.js",
"createdAt": "2019-11-29T18:28:58.656Z"
},
{
"name": "demo",
"path": "src/app/routes/demo.js",
"createdAt": "2019-11-29T19:54:19.410Z"
},
{
"name": "demoSearch",
"path": "src/app/routes/demoSearch.js",
"createdAt": "2019-11-29T20:28:50.892Z"
},
{
"name": "tutorial",
"path": "src/app/routes/tutorial.js",
"createdAt": "2019-12-01T18:40:39.927Z"
}
],
"customs": []
}