forked from alextselegidis/easyappointments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 958 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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 <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/alextselegidis/easyappointments/issues"
},
"homepage": "http://easyappointments.org",
"devDependencies": {
"del": "^2.2.0",
"fs-extra": "^0.26.3",
"gulp": "^3.9.0",
"jsdoc": "^3.3.2",
"plato": "^1.5.0",
"zip-dir": "^1.0.0"
},
"engines": {
"node": ">=0.12"
},
"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",
"qtip2": "^3.0.3",
"sticky-table-headers": "^0.1.19"
}
}