You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
410 B
17 lines
410 B
2 years ago
|
{
|
||
|
"name": "mi-squared/oe-custom-patient-menu",
|
||
|
"description": "Module that can modify the patient menu on dashboard.",
|
||
|
"type": "openemr-module",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ken Chapple",
|
||
|
"email": "ken@mi-squared.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"openemr/oe-module-installer-plugin": "^0.1.0"
|
||
|
},
|
||
|
"autoload": {},
|
||
|
"minimum-stability": "dev"
|
||
|
}
|