{
  "name": "jquery.herotabs",
  "version": "4.0.1",
  "description": "A tiny, fully accessible tab switcher for jQuery. Useful for standard tabs and also 'hero' style tabs often found at the top of websites to display content.",
  "main": "build/jquery.herotabs.js",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "babel-jest": "^20.0.1",
    "babel-loader": "^7.0.0",
    "babel-preset-env": "^1.4.0",
    "chai": "^3.4.1",
    "chai-jq": "0.0.9",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^15.0.1",
    "eslint-config-airbnb-base": "^11.2.0",
    "eslint-plugin-import": "^2.2.0",
    "jest": "^20.0.1",
    "sinon": "^2.2.0",
    "sinon-chai": "^2.8.0",
    "uglifyjs-webpack-plugin": "^0.4.3",
    "webpack": "^2.5.1"
  },
  "peerDependencies": {
    "jquery": "^1.12.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/simonsmith/jquery.herotabs/"
  },
  "author": "Simon Smith",
  "license": "MIT",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/simonsmith/jquery.herotabs/issues"
  },
  "scripts": {
    "build": "webpack",
    "lint": "eslint src test",
    "test": "jest && npm run lint",
    "publish": "npm run build"
  }
}
