{
  "name": "gwbootstrap",
  "version": "1.3.7",
  "description": "Extensions to standard Bootstrap stylesheets for gravitational wave observatories",
  "main": "lib/gwbootstrap.min.js",
  "files": [
    "lib/*"
  ],
  "scripts": {
    "unit": "npm run test",
    "lint": "bash scripts/lint.sh",
    "test": "bash scripts/lint.sh && bash scripts/test.sh",
    "build": "bash scripts/build.sh",
    "clean": "rm -rf test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gwdetchar/gwbootstrap.git"
  },
  "keywords": [
    "gravitational",
    "waves",
    "LIGO",
    "Virgo",
    "KAGRA",
    "GEO",
    "Bootstrap",
    "CSS",
    "JavaScript"
  ],
  "author": "Alex Urban <alexander.urban@ligo.org> (https://alurban.github.io)",
  "contributors": [
    "Evan Goetz <evan.goetz@ligo.org>"
  ],
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/gwdetchar/gwbootstrap/issues"
  },
  "homepage": "https://github.com/gwdetchar/gwbootstrap#readme",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "eslint": "^7.15.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-standard": "^16.0.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-standard": "^4.1.0",
    "sass": "^1.30.0",
    "stylelint": "^13.13.1",
    "stylelint-config-sass-guidelines": "^7.1.0"
  },
  "dependencies": {
    "@fancyapps/ui": "^5.0.35",
    "bootstrap": "^5.3.3",
    "bootstrap-datepicker": "^1.9.0",
    "google-fonts": "^1.0.0",
    "jquery": "^3.7.1",
    "jquery-lazy": "^1.7.11",
    "jquery-ui": "^1.13.2",
    "moment": "^2.30.1",
    "@popperjs/core": "^2.11.8"
  },
  "directories": {
    "lib": "lib"
  }
}
