{
  "name": "simplicite-bootstrap-datetimepicker",
  "version": "1.2.1",
  "description": "Bootstrap date and time picker adapted and refactored for Bootstrap 4 and 5 from archived https://github.com/smalot/bootstrap-datetimepicker",
  "author": "Simplicite Software",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simplicitesoftware/bootstrap-datetimepicker.git"
  },
  "keywords": [
    "bootstrap",
    "bootstrap3",
    "bootstrap4",
    "bootstrap5",
    "datepicker",
    "datetimepicker"
  ],
  "license": "Apache-2.0",
  "homepage": "https://github.com/simplicitesoftware/bootstrap-datetimepicker",
  "devDependencies": {
    "clean-css-cli": "^5.6.3",
    "npm-check-updates": "^19.0.0",
    "uglify-js": "^3.19.3"
  },
  "scripts": {
    "build3": "uglifyjs bootstrap3/js/bootstrap-datetimepicker.js --comments -o bootstrap3/js/bootstrap-datetimepicker.min.js && cleancss -o bootstrap3/css/bootstrap-datetimepicker.min.css bootstrap3/css/bootstrap-datetimepicker.css",
    "build4": "uglifyjs bootstrap4/js/bootstrap-datetimepicker.js --comments -o bootstrap4/js/bootstrap-datetimepicker.min.js && cleancss -o bootstrap4/css/bootstrap-datetimepicker.min.css bootstrap4/css/bootstrap-datetimepicker.css",
    "build5": "uglifyjs bootstrap5/js/bootstrap-datetimepicker.js --comments -o bootstrap5/js/bootstrap-datetimepicker.min.js && cleancss -o bootstrap5/css/bootstrap-datetimepicker.min.css bootstrap5/css/bootstrap-datetimepicker.css",
    "ncu": "ncu"
  },
  "dependencies": {
    "bootstrap-datetimepicker": "0.0.7"
  }
}
