12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "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": "https://github.com/mattlewis92/angular-bootstrap-calendar.git",
- "_target": "~0.7.0",
- "_originalSource": "angular-bootstrap-calendar"
- }
|