2015-07-20 22:31:46 +03:00
|
|
|
{
|
|
|
|
"name": "easyappointments",
|
|
|
|
"description": "Open Source Web Scheduler",
|
2020-03-11 15:24:23 +03:00
|
|
|
"homepage": "https://easyappointments.org",
|
|
|
|
"author": "A.Tselegidis <alextselegidis@gmail.com>",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"keywords": [
|
|
|
|
"calendar",
|
|
|
|
"scheduler",
|
|
|
|
"appointments",
|
|
|
|
"events",
|
|
|
|
"dates",
|
|
|
|
"google",
|
|
|
|
"services"
|
|
|
|
],
|
2015-07-20 22:31:46 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/alextselegidis/easyappointments.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/alextselegidis/easyappointments/issues"
|
|
|
|
},
|
2020-03-11 15:24:23 +03:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bootstrap": "^3.4.1",
|
|
|
|
"cookieconsent": "^3.1.1",
|
|
|
|
"datatables": "^1.10.18",
|
|
|
|
"datejs": "0.0.2",
|
2020-04-27 21:12:36 +03:00
|
|
|
"fullcalendar": "^3.10.1",
|
|
|
|
"jquery": "^3.5.0",
|
2020-03-11 15:24:23 +03:00
|
|
|
"jquery-ui": "^1.12.0",
|
|
|
|
"moment": "^2.24.0",
|
|
|
|
"qtip2": "^3.0.3",
|
|
|
|
"sticky-table-headers": "^0.1.24",
|
2020-04-27 21:12:36 +03:00
|
|
|
"trumbowyg": "^2.21.0"
|
2020-03-11 15:24:23 +03:00
|
|
|
},
|
2015-07-20 22:31:46 +03:00
|
|
|
"devDependencies": {
|
2015-12-30 23:33:19 +02:00
|
|
|
"fs-extra": "^0.26.3",
|
2019-06-08 17:04:36 +03:00
|
|
|
"gulp": "^4.0.2",
|
2018-11-03 18:15:52 +03:00
|
|
|
"gulp-changed": "^3.2.0",
|
|
|
|
"gulp-clean-css": "^3.10.0",
|
|
|
|
"gulp-debug": "^4.0.0",
|
2019-06-08 17:04:36 +03:00
|
|
|
"gulp-load-plugins": "^1.6.0",
|
2018-11-03 18:15:52 +03:00
|
|
|
"gulp-notify": "^3.2.0",
|
2019-06-08 17:04:36 +03:00
|
|
|
"gulp-plumber": "^1.2.1",
|
2018-11-03 18:15:52 +03:00
|
|
|
"gulp-rename": "^1.4.0",
|
2019-06-08 17:04:36 +03:00
|
|
|
"gulp-uglify": "^3.0.2",
|
2020-04-27 21:12:36 +03:00
|
|
|
"jsdoc": "^3.6.4",
|
|
|
|
"node-notifier": "^5.4.3",
|
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
|
|
|
},
|
2018-11-03 18:15:52 +03:00
|
|
|
"scripts": {
|
2020-03-11 15:24:23 +03:00
|
|
|
"start": "npx gulp",
|
|
|
|
"build": "npx gulp build",
|
|
|
|
"docs": "npx gulp docs"
|
2015-07-20 22:31:46 +03:00
|
|
|
}
|
|
|
|
}
|