forked from fullcalendar/fullcalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 852 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
38
39
40
41
{
"name": "fullcalendar",
"title": "FullCalendar",
"description": "Full-sized drag & drop event calendar",
"keywords": [
"calendar",
"event",
"full-sized",
"jquery-plugin"
],
"homepage": "https://fullcalendar.io/",
"bugs": "https://fullcalendar.io/wiki/Reporting-Bugs/",
"repository": {
"type": "git",
"url": "https://github.com/fullcalendar/fullcalendar.git"
},
"license": "MIT",
"author": {
"name": "Adam Shaw",
"email": "[email protected]",
"url": "http://arshaw.com/"
},
"copyright": "2017 Adam Shaw",
"dependencies": {
"jquery": "2 - 3",
"moment": "^2.9.0"
},
"main": [
"dist/fullcalendar.js",
"dist/fullcalendar.css"
],
"ignore": [
"*",
"**/.*",
"!/dist/**",
"!/README.*",
"!/LICENSE.*",
"!/CHANGELOG.*",
"!/CONTRIBUTING.*"
]
}