{
  "name": "style-ext-html-webpack-plugin",
  "version": "4.1.3",
  "description": "Enhances html-webpack-plugin functionality by enabling inline styles.",
  "main": "index.js",
  "files": [
    "index.js",
    "lib/"
  ],
  "scripts": {
    "pretest": "semistandard & install-module-versions dynavers.json",
    "test": "npm run test:webpack3 && npm run test:webpack4 && npm run test:webpack4extractTextPlugin4 && npm run test:webpack4htmlPlugin4",
    "test:webpack3": "VERSION=webpack3 jasmine",
    "test:webpack4": "VERSION=webpack4 jasmine",
    "test:webpack4extractTextPlugin4": "VERSION=webpack4extractTextPlugin4 jasmine",
    "test:webpack4htmlPlugin4": "VERSION=webpack4htmlPlugin4 jasmine",
    "test:core": "VERSION=webpack4htmlPlugin4 jasmine ./spec/core-spec.js",
    "test:css-reg-exp": "VERSION=webpack4 jasmine ./spec/css-reg-exp-spec.js",
    "test:set-position-spec": "VERSION=webpack4 jasmine ./spec/set-position-spec.js",
    "node-debug": "DEBUG=StyleExt VERSION=webpack4htmlPlugin4 node --inspect ./node_modules/jasmine/bin/jasmine.js ./spec/core-spec.js",
    "debug": "DEBUG=StyleExt VERSION=webpack4 jasmine ./spec/set-position-spec.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/numical/style-ext-html-webpack-plugin.git"
  },
  "keywords": [
    "webpack",
    "plugin",
    "html-webpack-plugin",
    "extract-text-webpack-plugin",
    "inline styles",
    "internal styles",
    "style"
  ],
  "author": "Mike Evans <mike.evans@numical.com> (https://github.com/numical)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/numical/style-ext-html-webpack-plugin/issues"
  },
  "homepage": "https://github.com/numical/style-ext-html-webpack-plugin",
  "devDependencies": {
    "css-loader": "^3.6.0",
    "cssnano": "^4.1.10",
    "denodeify": "^1.2.1",
    "dynavers": "^0.3.1",
    "file-loader": "^4.0.0",
    "fs-temp": "^1.2.1",
    "jasmine": "^3.6.2",
    "jasmine-spec-reporter": "^6.0.0",
    "jasmine2-custom-message": "^0.9.3",
    "ncp": "^2.0.0",
    "postcss-loader": "^4.0.4",
    "postcss-spiffing": "0.1.0",
    "rimraf": "^3.0.2",
    "script-ext-html-webpack-plugin": "^2.1.5",
    "semistandard": "^14.2.3",
    "style-loader": "^0.23.1",
    "url-loader": "^4.1.1"
  },
  "dependencies": {
    "clean-css": "^4.2.3",
    "debug": "^4.2.0"
  }
}
