{
  "name": "webpack-post-compile-plugin",
  "version": "1.2.3",
  "description": "A webpack post compile plugin",
  "main": "lib/index.js",
  "scripts": {
    "test": "npm run test:integration",
    "test:integration": "mocha -t 5000 ./test/integration/*.js",
    "lint": "eslint lib/*"
  },
  "files": [
    "lib"
  ],
  "nyc": {
    "check-coverage": false,
    "lines": 90,
    "statements": 90,
    "functions": 90,
    "branches": 90,
    "sourceMap": false,
    "include": [
      "lib"
    ],
    "reporter": [
      "lcov"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dolymood/webpack-post-compile-plugin.git"
  },
  "keywords": [
    "post-complile",
    "post",
    "compile",
    "webpack",
    "webpack plugin",
    "plugin"
  ],
  "author": "dolymood",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dolymood/webpack-post-compile-plugin/issues"
  },
  "homepage": "https://github.com/dolymood/webpack-post-compile-plugin#readme",
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.1.2",
    "codecov": "^3.7.1",
    "eslint": "^4.7.2",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^5.1.1",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "json-loader": "^0.5.7",
    "mocha": "^3.5.3",
    "nyc": "^11.2.1",
    "webpack": "^5.36.2"
  },
  "peerDependencies": {
    "webpack": ">=3"
  },
  "dependencies": {
    "micromatch": "^4.0.5",
    "shelljs": "^0.8.4"
  }
}
