{
  "name": "webpack-banner-rotator-plugin",
  "version": "0.0.1-2.alpha",
  "description": "",
  "keywords": [
    "banner",
    "rotator",
    "webpack",
    "plugin"
  ],
  "license": "MIT",
  "author": "kisenka <qtuzov@gmail.com>",
  "homepage": "https://github.com/kisenka/banner-rotator-webpack-plugin#readme",
  "bugs": "https://github.com/kisenka/banner-rotator-webpack-plugin/issues",
  "repository": "kisenka/banner-rotator-webpack-plugin",
  "main": "lib/plugin.js",
  "files": [
    "lib",
    "runtime"
  ],
  "dependencies": {
    "deepmerge": "^2.0.0",
    "escape-string-regexp": "^1.0.5",
    "slash": "^1.0.0",
    "url-slug": "^2.0.0"
  },
  "devDependencies": {
    "@kisenka/eslint-config": "0.0.2",
    "buble": "^0.16.0",
    "buble-loader": "^0.4.1",
    "chai": "4.1.2",
    "clean-webpack-plugin": "^0.1.17",
    "commitizen": "2.9.6",
    "cz-customizable": "5.2.0",
    "cz-customizable-ghooks": "1.5.0",
    "eslint": "4.8.0",
    "husky": "0.14.3",
    "karma": "^1.7.1",
    "karma-chai-plugins": "^0.9.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.5",
    "mocha": "4.0.1",
    "nyc": "11.2.1",
    "webpack": "^3.8.1",
    "webpack-merge": "^4.1.0",
    "webpack-toolkit": "^1.0.0"
  },
  "peerDependencies": {
    "webpack": ">= 2"
  },
  "scripts": {
    "build": "rm -rf build && webpack",
    "commit": "git-cz",
    "commitmsg": "cz-customizable-ghooks",
    "lint": "eslint .",
    "precommit": "yarn run lint",
    "test": "nyc --check-coverage mocha lib/**/__tests__/*.test.js"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-customizable"
    },
    "cz-customizable": {
      "config": ".commitizen.config.js"
    }
  }
}
