-
Notifications
You must be signed in to change notification settings - Fork 23
/
openimis.json
146 lines (146 loc) · 5.43 KB
/
openimis.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"locales": [
{
"languages": [
"en",
"en-GB"
],
"intl": "en-GB",
"fileNames": "en"
},
{
"languages": [
"fr",
"fr-FR"
],
"intl": "fr-FR",
"fileNames": "fr"
}
],
"modules": [
{
"name": "CoreModule",
"npm": "@openimis/fe-core@https://github.com/openimis/openimis-fe-core_js#develop"
},
{
"name": "IndividualModule",
"npm": "@openimis/fe-individual@https://github.com/openimis/openimis-fe-individual_js#develop"
},
{
"name": "SocialProtectionModule",
"npm": "@openimis/fe-social_protection@https://github.com/openimis/openimis-fe-social_protection_js#develop"
},
{
"name": "OpenSearchReportsModule",
"npm": "@openimis/fe-opensearch_reports@https://github.com/openimis/openimis-fe-opensearch_reports_js#develop"
},
{
"name": "HomeModule",
"npm": "@openimis/fe-home@https://github.com/openimis/openimis-fe-home_js#develop"
},
{
"name": "LocationModule",
"npm": "@openimis/fe-location@https://github.com/openimis/openimis-fe-location_js#develop"
},
{
"name": "InsureeModule",
"npm": "@openimis/fe-insuree@https://github.com/openimis/openimis-fe-insuree_js#develop"
},
{
"name": "MedicalModule",
"npm": "@openimis/fe-medical@https://github.com/openimis/openimis-fe-medical_js#develop"
},
{
"name": "MedicalPriceListModule",
"npm": "@openimis/fe-medical_pricelist@https://github.com/openimis/openimis-fe-medical_pricelist_js#develop"
},
{
"name": "ProductModule",
"npm": "@openimis/fe-product@https://github.com/openimis/openimis-fe-product_js#develop"
},
{
"name": "PolicyModule",
"npm": "@openimis/fe-policy@https://github.com/openimis/openimis-fe-policy_js#develop"
},
{
"name": "PayerModule",
"npm": "@openimis/fe-payer@https://github.com/openimis/openimis-fe-payer_js#develop"
},
{
"name": "ContributionModule",
"npm": "@openimis/fe-contribution@https://github.com/openimis/openimis-fe-contribution_js#develop"
},
{
"name": "PaymentModule",
"npm": "@openimis/fe-payment@https://github.com/openimis/openimis-fe-payment_js#develop"
},
{
"name": "ClaimModule",
"npm": "@openimis/fe-claim@https://github.com/openimis/openimis-fe-claim_js#develop"
},
{
"name": "ClaimBatchModule",
"npm": "@openimis/fe-claim_batch@https://github.com/openimis/openimis-fe-claim_batch_js#develop"
},
{
"name": "AdminModule",
"npm": "@openimis/fe-admin@https://github.com/openimis/openimis-fe-admin_js#develop"
},
{
"name": "ToolsModule",
"npm": "@openimis/fe-tools@https://github.com/openimis/openimis-fe-tools_js#develop"
},
{
"name": "ProfileModule",
"npm": "@openimis/fe-profile@https://github.com/openimis/openimis-fe-profile_js#develop"
},
{
"name": "CalculationModule",
"npm": "@openimis/fe-calculation@https://github.com/openimis/openimis-fe-calculation_js#develop"
},
{
"name": "PolicyHolderModule",
"npm": "@openimis/fe-policyholder@https://github.com/openimis/openimis-fe-policyholder_js#develop"
},
{
"name": "ContributionPlanModule",
"npm": "@openimis/fe-contribution_plan@https://github.com/openimis/openimis-fe-contribution_plan_js#develop"
},
{
"name": "PaymentCycleModule",
"npm": "@openimis/fe-payment_cycle@https://github.com/openimis/openimis-fe-payment_cycle_js#develop"
},
{
"name": "ContractModule",
"npm": "@openimis/fe-contract@https://github.com/openimis/openimis-fe-contract_js#develop"
},
{
"name": "TasksManagementModule",
"npm": "@openimis/fe-tasks_management@https://github.com/openimis/openimis-fe-tasks_management_js#develop"
},
{
"name": "InvoiceModule",
"npm": "@openimis/fe-invoice@https://github.com/openimis/openimis-fe-invoice_js#develop"
},
{
"name": "GrievanceSocialProtectionModule",
"npm": "@openimis/fe-grievance_social_protection@https://github.com/openimis/openimis-fe-grievance_social_protection_js#develop"
},
{
"name": "LanguageFrModule",
"npm": "@openimis/fe-language_fr@https://github.com/openimis/openimis-fe-language_fr_js#develop"
},
{
"name": "ClaimSamplingModule",
"npm": "@openimis/fe-claim_sampling@https://github.com/openimis/openimis-fe-claim_sampling_js#develop"
},
{
"name": "DeduplicationModule",
"npm": "@openimis/fe-deduplication@https://github.com/openimis/openimis-fe-deduplication_js#develop"
},
{
"name": "PayrollModule",
"npm": "@openimis/fe-payroll@https://github.com/openimis/openimis-fe-payroll_js#develop"
}
]
}