forked from fullcalendar/fullcalendar-workspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 863 Bytes
/
bower.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
{
"name": "fullcalendar-scheduler",
"title": "FullCalendar Scheduler",
"description": "A premium add-on to FullCalendar for displaying events and resources",
"version": "1.0.2",
"versionReleaseDate": "2015-10-18",
"homepage": "http://fullcalendar.io/scheduler/",
"repository": {
"type": "git",
"url": "https://github.com/fullcalendar/fullcalendar-scheduler.git"
},
"copyright": "2015 Adam Shaw",
"dependencies": {
"jquery": ">=1.8.0",
"moment": ">=2.5.0",
"fullcalendar": ">=2.4.0"
},
"devDependencies": {
"jquery-ui": ">=1.11.1",
"jquery-mockjax": "~2.0.1",
"jasmine-jquery": "~2.1.0",
"jasmine-fixture": "~1.3.2"
},
"main": [
"dist/scheduler.js",
"dist/scheduler.css"
],
"ignore": [
"*",
"**/.*",
"!/dist/**",
"!/CHANGELOG.*",
"!/LICENSE.*",
"!/README.*"
]
}