apollodec/Apollo/bower_components/angular-bootstrap-calendar/.bower.json
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

46 lines
1.1 KiB
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"
},
"_release": "0.7.4",
"_resolution": {
"type": "version",
"tag": "0.7.4",
"commit": "cf711a9408bbd3a6b00a6da6f9cdd94ca0764d58"
},
"_source": "git://github.com/mattlewis92/angular-bootstrap-calendar.git",
"_target": "~0.7.0",
"_originalSource": "angular-bootstrap-calendar"
}