22 lines
513 B
JSON
22 lines
513 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": "composer"
|
|
},
|
|
"require-dev": {
|
|
"codeigniter/framework": "~3.1.4",
|
|
"phpunit/phpunit": "^5.6"
|
|
},
|
|
"require": {
|
|
"gregwar/captcha": "^1.1",
|
|
"phpmailer/phpmailer": "^5.2"
|
|
}
|
|
}
|