forked from angular-ui/ui-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 773 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
{
"name": "angular-ui-calendar",
"version": "0.9.0-beta.1",
"description": "A complete AngularJS directive for the Arshaw FullCalendar.",
"author": "https://github.com/angular-ui/ui-calendar/graphs/contributors",
"license": "MIT",
"homepage": "http://angular-ui.github.com",
"main": "./src/calendar.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test*",
"demo*",
"gruntFile.js",
"package.json"
],
"dependencies": {
"angular": "1.2.26",
"jquery": "2.x",
"fullcalendar": "[email protected]:Amit-Shvil/fullcalendar.git",
"moment": "2.*"
},
"devDependencies": {
"angular-mocks": "~1.x",
"bootstrap-css": "2.3.1"
},
"resolutions": {
"jquery": "~2.x",
"angular": "1.2.26"
}
}