{
  "name": "lavu-details-polyfill",
  "version": "0.1.1",
  "description": "A polyfill that provides support for the <details> element across all modern browsers.",
  "main": "lib/index.js",
  "scripts": {
    "commit": "git-cz",
    "dev": "./node_modules/.bin/webpack --progress --colors --watch --mode=dev",
    "eslint": "./node_modules/.bin/eslint ./src",
    "jshint": "./node_modules/.bin/jshint ./src",
    "test": "./node_modules/.bin/mocha  -w --opts ./mocha.opts './test/**/*.spec.js'",
    "test:coverage": "./node_modules/.bin/babel-node ./node_modules/.bin/istanbul cover --root ./src ./node_modules/.bin/_mocha -- --opts ./mocha.opts  -r .istanbul-mocha.config.js './test/**/*.spec.js'",
    "check-coverage": "./node_modules/.bin/istanbul check-coverage --statements 85 --branches 70 --functions 100 --lines 85",
    "report-coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/codecov",
    "prebuild": "rm -rf lib && ./node_modules/.bin/webpack",
    "build": "./node_modules/.bin/webpack --mode=build",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "config": {
    "ghooks": {
      "pre-commit": "npm run build && npm run check-coverage"
    },
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "czConfig": {
    "path": "./node_modules/cz-conventional-changelog"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/leifoolsen/lavu-details-polyfill.git"
  },
  "keywords": [
    "details",
    "polyfill"
  ],
  "author": "Leif Olsen (https://github.com/leifoolsen)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/leifoolsen/lavu-details-polyfill/issues"
  },
  "homepage": "https://github.com/leifoolsen/lavu-details-polyfill#readme",
  "devDependencies": {
    "babel-cli": "6.18.0",
    "babel-core": "6.21.0",
    "babel-eslint": "7.1.1",
    "babel-loader": "6.2.10",
    "babel-plugin-add-module-exports": "0.2.1",
    "babel-polyfill": "6.20.0",
    "babel-preset-es2015": "6.18.0",
    "babel-preset-stage-0": "6.16.0",
    "chai": "3.5.0",
    "codecov.io": "0.1.6",
    "commitizen": "2.9.5",
    "cz-conventional-changelog": "1.2.0",
    "eslint": "3.13.1",
    "eslint-loader": "1.6.1",
    "ghooks": "2.0.0",
    "gulp": "3.9.1",
    "gulp-git": "1.12.0",
    "ignore-styles": "5.0.1",
    "istanbul": "1.0.0-alpha.2",
    "jsdom": "9.9.1",
    "jsdomify": "2.0.1",
    "jshint": "2.9.4",
    "mocha": "3.2.0",
    "require-uncached": "1.0.3",
    "semantic-release": "6.3.2",
    "sinon": "1.17.7",
    "webpack": "1.14.0",
    "yargs": "6.6.0"
  }
}