{
  "name": "agjcalendar",
  "author": "Andrew G. Johnson <andrew@andrewgjohnson.com>",
  "homepage": "https://agjCalendar.agjjQuery.org/",
  "description": "agjCalendar is a plugin for the jQuery Javascript library to deal with calendars, dates and date ranges",
  "license": "MIT",
  "version": "1.2.2",
  "repository": "https://github.com/andrewgjohnson/agjCalendar",
  "bugs": {
    "url": "https://github.com/andrewgjohnson/agjCalendar/issues"
  },
  "main": "source/agjCalendar/jquery.agjCalendar.min.js",
  "devDependencies": {
    "coveralls": "^3.1.1",
    "eslint": "^9.3.0",
    "eslint-config-google-jsdocless": "^0.14.1",
    "eslint-plugin-jsdoc": "^48.2.7",
    "eslint-plugin-qunit": "^8.1.1",
    "gulp": "^5.0.0",
    "gulp-clean-css": "^4.3.0",
    "gulp-concat": "^2.6.1",
    "gulp-replace": "^1.1.4",
    "gulp-uglify": "^3.0.2",
    "jquery": "^3.7.1",
    "jsdom": "^24.1.0",
    "nyc": "^15.1.0",
    "qunit": "^2.20.1",
    "stylelint": "^16.6.0",
    "stylelint-config-standard": "^36.0.0",
    "stylelint-stylus": "^1.0.0",
    "through2": "^4.0.2"
  },
  "keywords": [
    "javascript",
    "jquery",
    "agjcalendar",
    "agjjquery",
    "jquery-plugin",
    "ecosystem:jquery",
    "calendar",
    "date",
    "dates"
  ],
  "scripts": {
    "lint": "eslint source/agjCalendar/jquery.agjCalendar.js & eslint tests/*.js & eslint examples/*.js & eslint eslint.config.js & eslint nyc.config.js & eslint stylelint.config.js & eslint gulpfile.js & stylelint source/agjCalendar/jquery.agjCalendar.css & stylelint source/agjCalendar/jquery.agjCalendar.themes.css",
    "qunit": "qunit tests/cli.js",
    "test": "npm run lint & npm run qunit",
    "coverage": "nyc --reporter=text qunit tests/cli.js",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  }
}
