Files
fullcalendar/bower.json
T
Adam Shaw 316e94412d upgrade to moment 2.5.1 and resolve cloning issue
With moment 2.5.1, when moments are cloned, not all their properties are blindly
copied over, like our ambig-time/ambig-zone properties. Force this to happen by
monkey-patching.
2014-01-28 00:22:24 -08:00

13 lines
253 B
JSON

{
"name": "fullcalendar",
"version": "2.0.0-beta",
"devDependencies": {
"moment": "~2.5.1",
"jquery": "~1.10.2",
"jquery-ui": "~1.10.3",
"jquery-simulate": "*",
"jasmine-jquery": "~1.7.0",
"jasmine-fixture": "~1.0.8"
}
}