forked from tpruvot/fullcalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 780 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
37
{
"name": "fullcalendar",
"version": "2.2.7-yearview",
"description": "Full-sized drag & drop event calendar",
"keywords": [
"calendar",
"event",
"full-sized"
],
"homepage": "http://github.com/tpruvot/fullcalendar/",
"dependencies": {
"jquery": ">=1.7.1",
"moment": ">=2.5.0 <2.10"
},
"devDependencies": {
"jquery-ui": ">=1.11.1",
"jquery-simulate-ext": "~1.3.0",
"jquery-mockjax": "~1.5.4",
"jasmine-jquery": "~2.0.3",
"jasmine-fixture": "~1.2.0",
"moment-timezone": "~0.2.1",
"bootstrap": "~3.2.0"
},
"main": [
"dist/fullcalendar.js",
"dist/fullcalendar.css"
],
"ignore": [
"*",
"**/.*",
"!/dist/**",
"!/bower.json",
"!/changelog.*",
"!/license.*",
"!/readme.*"
]
}