{
  "name": "wicg-inert",
  "version": "3.1.3",
  "description": "A polyfill for the proposed inert API",
  "main": "dist/inert.js",
  "module": "dist/inert.esm.js",
  "scripts": {
    "build": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WICG/inert.git"
  },
  "keywords": [
    "inert",
    "polyfill",
    "browser"
  ],
  "author": "Alice Boxhall <alice@chromium.org>",
  "contributors": [
    "Rob Dodson <robdodson@chromium.org>",
    "Jesse Beach",
    "Brian Kardell",
    "Valdrin Koshi"
  ],
  "bugs": {
    "url": "https://github.com/WICG/inert/issues"
  },
  "homepage": "https://github.com/WICG/inert#readme",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es3": "^1.0.1",
    "chai": "^4.1.2",
    "eslint": "^5.0.0",
    "eslint-config-google": "^0.9.1",
    "eslint-plugin-es5": "^1.3.1",
    "husky": "^0.14.3",
    "karma": "^6.3.20",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-firefox-launcher": "^1.1.0",
    "karma-fixture": "^0.2.6",
    "karma-html2js-preprocessor": "^1.1.0",
    "karma-mocha": "^2.0.1",
    "karma-polyfill": "^1.0.0",
    "karma-safari-launcher": "^1.0.0",
    "karma-sauce-launcher": "^1.2.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.32",
    "lint-staged": "^7.0.0",
    "mocha": "^10.0.0",
    "rollup": "^0.65.0",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-uglify": "^4.0.0"
  },
  "license": "W3C-20150513"
}
