20 lines
448 B
JSON
20 lines
448 B
JSON
{
|
|
"name": "alextselegidis/easyappointments",
|
|
"description": "Open Source Web Scheduler",
|
|
"license": "GPL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "Alex Tselegidis",
|
|
"email": "alextselegidis@gmail.com"
|
|
}
|
|
],
|
|
"config": {
|
|
"vendor-dir": "src/application/third_party"
|
|
},
|
|
"require-dev": {
|
|
"apigen/apigen": "~4.1"
|
|
},
|
|
"require": {
|
|
"gregwar/captcha": "^1.1"
|
|
}
|
|
}
|