{
  "name": "@advertol/context-media-query",
  "version": "1.0.0",
  "description": "Control zone visibility with CSS media query listeners.",
  "main": "index.cjs.js",
  "module": "index.esm.js",
  "author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com)",
  "license": "MIT",
  "files": [
    "index.cjs.{js,js.map}",
    "index.esm.{js,js.map}",
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md"
  ],
  "sideEffects": false,
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "rollup --config rollup.config.js",
    "lint": "eslint '{index,lib/**/*,test/**/*}.js'",
    "postpublish": "GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog",
    "prepublishOnly": "npm run build",
    "release": "np",
    "test": "npm run lint && npm run test:automated",
    "test:automated": "BABEL_ENV=test karma start",
    "test:automated:watch": "npm run test:automated -- --auto-watch --no-single-run",
    "version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md"
  },
  "dependencies": {
    "@advertol/core": "^1.0.0",
    "mout": "^1.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-transform-object-assign": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/runtime": "^7.2.0",
    "babel-loader": "^8.0.4",
    "babel-plugin-transform-es2017-object-entries": "0.0.5",
    "babel-preset-niksy": "^4.1.0",
    "changelog-verify": "^1.1.2",
    "core-js": "^2.6.5",
    "eslint": "^5.4.0",
    "eslint-config-niksy": "^6.1.0",
    "eslint-plugin-extend": "^0.1.1",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-mocha": "^5.1.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.0",
    "eslint-plugin-unicorn": "^5.0.0",
    "esm": "^3.0.51",
    "github-release-from-changelog": "^1.3.2",
    "istanbul-instrumenter-loader": "^3.0.1",
    "karma": "^4.0.1",
    "karma-browserstack-launcher": "^1.0.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage-istanbul-reporter": "^2.0.1",
    "karma-fixture": "^0.2.6",
    "karma-html2js-preprocessor": "^1.0.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-viewport": "^1.0.4",
    "karma-webpack": "^3.0.0",
    "matchmedia-polyfill": "^0.3.1",
    "mocha": "^4.1.0",
    "np": "^3.0.4",
    "rollup": "^1.0.0",
    "rollup-plugin-babel": "^4.2.0",
    "rollup-plugin-commonjs": "^9.2.1",
    "rollup-plugin-node-resolve": "^4.0.1",
    "version-changelog": "^3.1.1",
    "webpack": "^4.12.0"
  },
  "engines": {
    "node": ">=8"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "ads",
    "advertol",
    "banners",
    "listener",
    "media",
    "mq",
    "query"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/niksy/advertol-context-media-query.git"
  },
  "bugs": {
    "url": "https://github.com/niksy/advertol-context-media-query/issues"
  },
  "homepage": "https://github.com/niksy/advertol-context-media-query#readme"
}
