forked from fullcalendar/fullcalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 1.03 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "fullcalendar",
"version": "1.6.7",
"dependencies": {
"jquery": "~1.10.2"
},
"devDependencies": {
"jquery-ui": "~1.10.3"
},
"optionalDependencies": {
"jquery-ui": "~1.10.3"
},
"title": "FullCalendar",
"description": "Full-sized drag & drop event calendar",
"keywords": [
"calendar",
"event",
"full-sized"
],
"homepage": "http://arshaw.com/fullcalendar/",
"demo": "http://arshaw.com/fullcalendar/",
"docs": "http://arshaw.com/fullcalendar/docs/",
"download": "http://arshaw.com/fullcalendar/download/",
"bugs": "http://code.google.com/p/fullcalendar/issues/list",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/arshaw/fullcalendar/blob/master/license.txt"
}
],
"author": {
"name": "Adam Shaw",
"email": "[email protected]",
"url": "http://arshaw.com/"
},
"copyright": "2013 Adam Shaw",
"main": [
"fullcalendar.js",
"fullcalendar.css"
],
"ignore": [
"*",
"**/.*",
"!/*.js",
"!/*.css",
"!/bower.json"
]
}