40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "alextselegidis/easyappointments",
|
|
"description": "Open Source Web Scheduler",
|
|
"keywords": [
|
|
"calendar",
|
|
"scheduler",
|
|
"appointments",
|
|
"events",
|
|
"dates",
|
|
"google",
|
|
"services"
|
|
],
|
|
"type": "project",
|
|
"homepage": "http://easyappointments.org",
|
|
"license": "GPL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "Alex Tselegidis",
|
|
"email": "alextselegidis@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/alextselegidis/easyappointments/issues",
|
|
"forum": "https://groups.google.com/forum/#!forum/easy-appointments",
|
|
"wiki": "http://easyappointments.org/docs.html#1.2.1/readme.md",
|
|
"source": "https://github.com/alextselegidis/easyappointments"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.6"
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"roave/security-advisories": "dev-master",
|
|
"gregwar/captcha": "^1.1",
|
|
"phpmailer/phpmailer": "^5.2",
|
|
"codeigniter/framework": "^3.1.6",
|
|
"jsvrcek/ics": "^0.5.1"
|
|
}
|
|
}
|