2015-10-04 22:12:37 +03:00
|
|
|
{
|
|
|
|
"name": "alextselegidis/easyappointments",
|
|
|
|
"description": "Open Source Web Scheduler",
|
2017-05-21 13:47:34 +03:00
|
|
|
"keywords": [
|
|
|
|
"calendar",
|
|
|
|
"scheduler",
|
|
|
|
"appointments",
|
|
|
|
"events",
|
|
|
|
"dates",
|
|
|
|
"google",
|
|
|
|
"services"
|
|
|
|
],
|
|
|
|
"type": "project",
|
|
|
|
"homepage": "http://easyappointments.org",
|
2015-10-04 22:12:37 +03:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Alex Tselegidis",
|
|
|
|
"email": "alextselegidis@gmail.com"
|
|
|
|
}
|
2015-10-18 19:27:10 +03:00
|
|
|
],
|
2017-05-21 13:47:34 +03:00
|
|
|
"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",
|
2017-05-21 13:52:59 +03:00
|
|
|
"source": "https://github.com/alextselegidis/easyappointments"
|
2015-10-18 19:27:10 +03:00
|
|
|
},
|
2017-05-21 13:52:26 +03:00
|
|
|
"minimum-stability": "stable",
|
2015-10-18 19:27:10 +03:00
|
|
|
"require-dev": {
|
2016-11-09 21:55:41 +03:00
|
|
|
"phpunit/phpunit": "^5.6"
|
2015-10-18 19:50:06 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2017-05-21 13:47:34 +03:00
|
|
|
"php": ">=5.6",
|
|
|
|
"roave/security-advisories": "dev-master",
|
2015-10-22 00:48:35 +03:00
|
|
|
"gregwar/captcha": "^1.1",
|
2017-06-29 16:35:42 +03:00
|
|
|
"phpmailer/phpmailer": "^5.2",
|
2018-01-23 11:55:51 +03:00
|
|
|
"codeigniter/framework": "^3.1.6",
|
2017-11-01 16:23:44 +03:00
|
|
|
"jsvrcek/ics": "^0.5.1"
|
2015-10-18 19:27:10 +03:00
|
|
|
}
|
2015-10-04 22:12:37 +03:00
|
|
|
}
|