1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-04 15:24:23 +01:00
fab-manager/vendor/assets/components/angular-ui-calendar/.bower.json
2016-03-23 18:39:41 +01:00

36 lines
944 B
JSON

{
"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.x",
"fullcalendar": "~2.x"
},
"devDependencies": {
"angular-mocks": "~1.x",
"bootstrap-css": "2.3.1",
"jquery-ui": "~1.10.3"
},
"_release": "0.9.0-beta.1",
"_resolution": {
"type": "version",
"tag": "0.9.0-beta.1",
"commit": "80a32ee00a6a327ea1446451d725fdd30a4535e9"
},
"_source": "git://github.com/angular-ui/ui-calendar.git",
"_target": "0.9.0-beta.1",
"_originalSource": "angular-ui-calendar"
}