{
  "name": "jquery-menu",
  "description": "jQuery plugin that creates the basic interactivity for an ARIA menu widget.",
  "version": "0.7.3",
  "scripts": {
    "start": "npm run lasso && parallelshell 'npm run server' 'npm run watch'",
    "prepublish": "npm run clean && npm run lint && npm run build",
    "build": "npm run clean && npm run minify && npm run lasso",
    "clean": "rimraf .cache build docs/browser.js.* lint.txt",
    "fix": "eslint jquery.menu.js --fix",
    "lasso": "lasso browser.json --output-dir docs --minify",
    "lint": "eslint jquery.menu.js > lint.txt",
    "minify": "jsmin -o jquery.menu.min.js jquery.menu.js",
    "server": "browser-sync start -s --ss docs --index docs/index.html --files docs ",
    "watch": "onchange jquery.menu.js -- npm run lasso"
  },
  "pre-commit": "prepublish",
  "author": "Ian McBurnie <ianmcburnie@hotmail.com>",
  "keywords": [
    "jquery-plugin",
    "ecosystem:jquery",
    "accessibility",
    "a11y",
    "wai-aria"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/makeup-jquery/jquery-menu.git"
  },
  "license": "MIT",
  "devDependencies": {
    "browser-sync": "^2",
    "eslint": "^4",
    "eslint-config-ebay": "~0.1",
    "jquery": ">=1.11",
    "jquery-click-flyout": "~0.0",
    "jquery-common-keydown": "^1",
    "jquery-focus-exit": "^1",
    "jquery-focusable": "^1",
    "jquery-grid-navigation": "^1",
    "jquery-linear-navigation": "^1",
    "jquery-next-id": "^1",
    "jquery-prevent-scroll-keys": "^1",
    "jquery-roving-tabindex": "^1",
    "jsmin": "^1",
    "lasso-cli": "^2",
    "onchange": "^3",
    "parallelshell": "^3",
    "pre-commit": "^1",
    "rimraf": "^2"
  },
  "peerDependencies": {
    "jquery": ">=1.11",
    "jquery-click-flyout": "~0.0",
    "jquery-common-keydown": "^1",
    "jquery-next-id": "^1",
    "jquery-roving-tabindex": "^1"
  }
}
