-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
53 lines (53 loc) · 1.22 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "masstestingplatform",
"version": "1.3.0",
"description": "Healthcare Appointment & Scheduling Web Application",
"repository": {
"type": "git",
"url": "git+https://github.com/QuickenLoans/MassTestingPlatform.git"
},
"keywords": [
"calendar",
"scheduler",
"appointments",
"events",
"dates",
"google",
"services",
"covid19",
"covid-19"
],
"author": "Quicken Loans",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/QuickenLoans/MassTestingPlatform/issues"
},
"homepage": "https://www.masstestingplatform.com/",
"devDependencies": {
"del": "^2.2.0",
"fs-extra": "^0.26.3",
"gulp": "^3.9.1",
"gulp-sass": "^4.1.0",
"jsdoc": "^3.6.4",
"node-sass": "^4.14.1",
"plato": "^1.5.0",
"zip-dir": "^1.0.0"
},
"engines": {
"node": ">=0.12"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"bootstrap": "^4.4.1",
"cookieconsent": "^3.1.1",
"datatables": "^1.10.18",
"datejs": "0.0.2",
"fullcalendar": "^3.10.1",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.0",
"moment": "^2.25.3",
"qtip2": "^3.0.3",
"sticky-table-headers": "^0.1.24",
"trumbowyg": "^2.21.0"
}
}