forked from openimis/openimis-fe_js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openimis.json
114 lines (114 loc) · 4.66 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
{
"locales": [
{
"languages": [
"en",
"en-gm"
],
"intl": "en-gm",
"fileNames": "en-gm"
}
],
"modules": [
{
"name": "CoreModule",
"npm": "@openimis/fe-core@git+https://github.com/BLSQ/openimis-fe-core_js.git#impl/gambia"
},
{
"name": "HomeModule",
"npm": "@openimis/fe-home@git+https://github.com/BLSQ/openimis-fe-home_js.git#impl/gambia"
},
{
"name": "LocationModule",
"npm": "@openimis/fe-location@git+https://github.com/BLSQ/openimis-fe-location_js.git#impl/gambia"
},
{
"name": "InsureeModule",
"npm": "@openimis/fe-insuree@git+https://github.com/BLSQ/openimis-fe-insuree_js.git#impl/gambia"
},
{
"name": "MedicalModule",
"npm": "@openimis/fe-medical@git+https://github.com/BLSQ/openimis-fe-medical_js.git#impl/gambia"
},
{
"name": "MedicalPriceListModule",
"npm": "@openimis/fe-medical_pricelist@git+https://github.com/openimis/openimis-fe-medical_pricelist_js.git#release/23.04_with_fixes"
},
{
"name": "ProductModule",
"npm": "@openimis/fe-product@git+https://github.com/openimis/openimis-fe-product_js.git#release/23.04_with_fixes"
},
{
"name": "PolicyModule",
"npm": "@openimis/fe-policy@git+https://github.com/BLSQ/openimis-fe-policy_js.git#impl/gambia"
},
{
"name": "PayerModule",
"npm": "@openimis/fe-payer@git+https://github.com/openimis/openimis-fe-payer_js.git#release/23.04_with_fixes"
},
{
"name": "ContributionModule",
"npm": "@openimis/fe-contribution@git+https://github.com/BLSQ/openimis-fe-contribution_js.git#impl/gambia"
},
{
"name": "PaymentModule",
"npm": "@openimis/fe-payment@git+https://github.com/openimis/openimis-fe-payment_js.git#release/23.04_with_fixes"
},
{
"name": "ClaimModule",
"npm": "@openimis/fe-claim@git+https://github.com/BLSQ/openimis-fe-claim_js.git#impl/gambia"
},
{
"name": "ClaimBatchModule",
"npm": "@openimis/fe-claim_batch@git+https://github.com/openimis/openimis-fe-claim_batch_js.git#release/23.04_with_fixes"
},
{
"name": "AdminModule",
"npm": "@openimis/fe-admin@git+https://github.com/BLSQ/openimis-fe-admin_js.git#impl/gambia"
},
{
"name": "ToolsModule",
"npm": "@openimis/fe-tools@git+https://github.com/BLSQ/openimis-fe-tools_js.git#impl/gambia"
},
{
"name": "ProfileModule",
"npm": "@openimis/fe-profile@git+https://github.com/openimis/openimis-fe-profile_js.git#release/23.04_with_fixes"
},
{
"name": "CalculationModule",
"npm": "@openimis/fe-calculation@git+https://github.com/openimis/openimis-fe-calculation_js.git#release/23.04_with_fixes"
},
{
"name": "PolicyHolderModule",
"npm": "@openimis/fe-policyholder@git+https://github.com/openimis/openimis-fe-policyholder_js/#release/23.04_with_fixes"
},
{
"name": "ContributionPlanModule",
"npm": "@openimis/fe-contribution_plan@git+https://github.com/openimis/openimis-fe-contribution_plan_js.git#release/23.04_with_fixes"
},
{
"name": "ContractModule",
"npm": "@openimis/fe-contract@git+https://github.com/openimis/openimis-fe-contract_js.git#release/23.04_with_fixes"
},
{
"name": "GrievanceModule",
"npm": "@openimis/fe-grievance@git+https://github.com/BLSQ/openimis-fe-grievance_js.git#impl/gambia"
},
{
"name": "LanguageEnGmbModule",
"npm": "@openimis/fe-language_en_gmb@git+https://github.com/openimis/openimis-fe-language_en_gmb_js.git#impl/gambia"
},
{
"name": "EcrvsModule",
"npm": "@openimis/fe-ecrvs@git+https://github.com/BLSQ/openimis-fe-ecrvs_js.git#impl/gambia"
},
{
"name": "QmoneyPaymentModule",
"npm": "@openimis/fe-qmoney_payment@git+https://github.com/BLSQ/openimis-fe-qmoney_payment_js.git#impl/gambia"
},
{
"name": "InvoiceModule",
"npm": "@openimis/fe-invoice@git+https://github.com/openimis/openimis-fe-invoice_js.git#release/23.04_with_fixes"
}
]
}