2015-07-20 22:31:46 +03:00
|
|
|
{
|
|
|
|
"name": "easyappointments",
|
2017-09-08 15:22:47 +03:00
|
|
|
"version": "1.3.0",
|
2015-07-20 22:31:46 +03:00
|
|
|
"description": "Open Source Web Scheduler",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/alextselegidis/easyappointments.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"php",
|
|
|
|
"javascript",
|
|
|
|
"mysql",
|
|
|
|
"html"
|
|
|
|
],
|
|
|
|
"author": "A.Tselegidis <alextselegidis@gmail.com>",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/alextselegidis/easyappointments/issues"
|
|
|
|
},
|
|
|
|
"homepage": "http://easyappointments.org",
|
|
|
|
"devDependencies": {
|
2015-12-30 15:18:18 +02:00
|
|
|
"del": "^2.2.0",
|
2015-12-30 23:33:19 +02:00
|
|
|
"fs-extra": "^0.26.3",
|
2015-12-30 15:18:18 +02:00
|
|
|
"gulp": "^3.9.0",
|
2018-02-28 22:24:24 +03:00
|
|
|
"jsdoc": "^3.5.5",
|
2015-12-30 23:33:19 +02:00
|
|
|
"plato": "^1.5.0",
|
|
|
|
"zip-dir": "^1.0.0"
|
2015-12-30 15:18:18 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.12"
|
2016-07-06 23:02:20 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bootstrap": "^3.3.6",
|
2018-06-24 17:57:45 +03:00
|
|
|
"cookieconsent": "^3.0.6",
|
2016-07-06 23:02:20 +03:00
|
|
|
"datatables": "^1.10.12",
|
|
|
|
"datejs": "0.0.2",
|
2017-10-19 22:20:47 +03:00
|
|
|
"fullcalendar": "^3.6.1",
|
2016-07-06 23:02:20 +03:00
|
|
|
"jquery": "^3.0.0",
|
2016-07-15 22:43:30 +03:00
|
|
|
"jquery-ui": "^1.12.0",
|
2018-03-06 10:21:59 +03:00
|
|
|
"moment": "^2.21.0",
|
2016-08-11 22:53:29 +03:00
|
|
|
"qtip2": "^3.0.3",
|
2018-06-24 16:07:22 +03:00
|
|
|
"sticky-table-headers": "^0.1.19",
|
|
|
|
"trumbowyg": "^2.10.0"
|
2015-07-20 22:31:46 +03:00
|
|
|
}
|
|
|
|
}
|