{
  "name": "bootstrap-ui-datetime-picker",
  "version": "2.6.0",
  "homepage": "https://github.com/Gillardo/bootstrap-ui-datetime-picker",
  "authors": [
    "Gillardo <darren.gillard81@gmail.com>"
  ],
  "description": "AngularJs directive to use a date and/or time picker as a dropdown from an input",
  "license": "MIT",
  "main": [
    "dist/datetime-picker.js"
  ],
  "keywords": [
    "date-picker",
    "time-picker",
    "angular",
    "bootstrap",
    "angular-ui"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "template",
    "/datetime-picker.js",
    "gruntfile.js",
    "package.json",
    "tests"
  ],
  "dependencies": {
    "angular-bootstrap": ">=1.2.0"
  }
}
