easyappointments/package.json

61 lines
1.4 KiB
JSON

{
"name": "easyappointments",
"description": "Open Source Web Scheduler",
"homepage": "https://easyappointments.org",
"author": "A.Tselegidis <alextselegidis@gmail.com>",
"license": "GPL-3.0",
"keywords": [
"calendar",
"scheduler",
"appointments",
"events",
"dates",
"google",
"services"
],
"repository": {
"type": "git",
"url": "git+https://github.com/alextselegidis/easyappointments.git"
},
"bugs": {
"url": "https://github.com/alextselegidis/easyappointments/issues"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"bootstrap": "^3.4.1",
"cookieconsent": "^3.1.1",
"datatables": "^1.10.18",
"datejs": "0.0.2",
"fullcalendar": "^3.10.1",
"jquery": "^3.5.0",
"jquery-ui": "^1.12.0",
"moment": "^2.24.0",
"qtip2": "^3.0.3",
"sticky-table-headers": "^0.1.24",
"trumbowyg": "^2.21.0"
},
"devDependencies": {
"fs-extra": "^0.26.3",
"gulp": "^4.0.2",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.10.0",
"gulp-debug": "^4.0.0",
"gulp-load-plugins": "^1.6.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"jsdoc": "^3.6.4",
"node-notifier": "^5.4.3",
"plato": "^1.5.0",
"zip-dir": "^1.0.0"
},
"scripts": {
"start": "npx gulp",
"build": "npx gulp build",
"docs": "npx gulp docs"
}
}