{
  "name": "elr-scss-accordion-nav",
  "description": "a scss mixin for accordion navs",
  "version": "1.1.10",
  "author": "Elizabeth Rogers",
  "bugs": {
    "url": "https://github.com/Beth3346/elr-scss-accordion-nav/issues"
  },
  "scripts": {
    "build": "parcel build src/index.html",
    "serve": "parcel serve src/index.html",
    "prepare": "husky install",
    "test": "npm run build",
    "ncu": "ncu",
    "ncu:install": "ncu -u && npm install",
    "np": "np"
  },
  "devDependencies": {
    "@parcel/transformer-sass": "^2.0.1",
    "husky": "^7.0.4",
    "np": "^7.6.0",
    "npm-check-updates": "^12.0.2",
    "parcel": "^2.0.1",
    "sass": "^1.44.0",
    "elr-scss-base": "^0.0.10",
    "elr-scss-reset": "^0.0.8"
  },
  "homepage": "https://github.com/Beth3346/elr-scss-accordion-nav",
  "keywords": [
    "sass, css, mixins, accordion, navigation"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/Beth3346/elr-scss-accordion-nav.git"
  },
  "dependencies": {
    "elr-scss-animations": "0.0.13",
    "elr-scss-config": "^1.1.2",
    "elr-scss-functions": "1.1.6"
  },
  "np": {
    "yarn": false,
    "branch": "main",
    "tests": true
  },
  "browserslist": [
    "last 3 versions"
  ],
  "sass": {
    "includePaths": [
      "./node_modules"
    ]
  }
}
