apollo_developers/bower_components/angular-bootstrap-calendar/bower.json
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

38 lines
876 B
JSON
Executable File

{
"name": "angular-bootstrap-calendar",
"version": "0.7.4",
"homepage": "https://github.com/mattlewis92/angular-bootstrap-calendar",
"authors": [
"Matt Lewis <matt@iwaz.at>"
],
"description": "A pure AngularJS bootstrap themed responsive calendar that can display events and has views for year, month, week and day",
"main": [
"dist/js/angular-bootstrap-calendar-tpls.min.js",
"dist/css/angular-bootstrap-calendar.min.css"
],
"keywords": [
"AngularJS",
"Bootstrap",
"Responsive",
"Calendar"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"docs/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.5",
"moment": "~2.8.4",
"angular-bootstrap": "~0.12.0",
"bootstrap": "~3.3.1"
},
"resolutions": {
"angular": "~1.3.5"
}
}