MaketRandevu/package.json

42 lines
919 B
JSON
Raw Normal View History

{
"name": "easyappointments",
"version": "1.2.0",
"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": {
"del": "^2.2.0",
2015-12-30 23:33:19 +02:00
"fs-extra": "^0.26.3",
"gulp": "^3.9.0",
2015-10-04 21:55:11 +03:00
"jsdoc": "^3.3.2",
2015-12-30 23:33:19 +02:00
"plato": "^1.5.0",
"zip-dir": "^1.0.0"
},
"engines": {
"node": ">=0.12"
2016-07-06 23:02:20 +03:00
},
"dependencies": {
"bootstrap": "^3.3.6",
"datatables": "^1.10.12",
"datejs": "0.0.2",
"fullcalendar": "^2.8.0",
"jquery": "^3.0.0",
"jquery-ui": "^1.12.0",
2016-07-06 23:02:20 +03:00
"qtip2": "^3.0.3"
}
}