{ "name": "angular-bootstrap-calendar", "version": "0.7.4", "homepage": "https://github.com/mattlewis92/angular-bootstrap-calendar", "authors": [ "Matt Lewis " ], "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" } }