forked from sorin-davidoi/fullcalendar-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 1.05 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
{
"name": "fullcalendar-calendar",
"authors": [
"Sorin Davidoi <[email protected]>"
],
"description": "Web Component wrapper for FullCalendar.",
"keywords": [
"calendar",
"fullcalendar",
"web-component",
"web-components",
"polymer"
],
"main": "fullcalendar-calendar.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/sorin-davidoi/fullcalendar-calendar/",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.2.0",
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.3",
"fullcalendar": "^2.9.0",
"fullcalendar-scheduler" : "fullcalendar/fullcalendar-scheduler",
"jquery": "^3.1.0",
"jquery-ui" : "^1.12.0",
"moment": "^2.12.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "^4.0.0",
"paper-elements": "PolymerElements/paper-elements#^1.0.7",
"iron-elements": "PolymerElements/iron-elements#^1.0.9"
}
}