mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
30 lines
812 B
JSON
30 lines
812 B
JSON
|
{
|
||
|
"name": "easyappointments",
|
||
|
"version": "1.3.0",
|
||
|
"lockfileVersion": 1,
|
||
|
"requires": true,
|
||
|
"dependencies": {
|
||
|
"fullcalendar": {
|
||
|
"version": "3.6.1",
|
||
|
"resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.6.1.tgz",
|
||
|
"integrity": "sha1-C5tiseaX1S05wRGK+eTkEeUEVZA=",
|
||
|
"requires": {
|
||
|
"jquery": "3.2.1",
|
||
|
"moment": "2.19.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"jquery": {
|
||
|
"version": "3.2.1",
|
||
|
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz",
|
||
|
"integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c="
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"moment": {
|
||
|
"version": "2.19.1",
|
||
|
"resolved": "https://registry.npmjs.org/moment/-/moment-2.19.1.tgz",
|
||
|
"integrity": "sha1-VtoaLRy/AdOLfhr8McELz6GSkWc="
|
||
|
}
|
||
|
}
|
||
|
}
|