{
  "name": "link-media-html-webpack-plugin",
  "version": "2.0.0",
  "description": "Parses CSS filenames to tag link elements with media attributes.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/yaycmyk/link-media-html-webpack-plugin.git"
  },
  "keywords": [
    "webpack",
    "plugin",
    "html-webpack-plugin",
    "css",
    "media"
  ],
  "author": "Evan Scott <glitterbyte@gmail.com> (http://yaycmyk.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yaycmyk/link-media-html-webpack-plugin/issues"
  },
  "homepage": "https://github.com/yaycmyk/link-media-html-webpack-plugin",
  "engines": {
    "node": ">= 4"
  },
  "devDependencies": {
    "babel-eslint": "^7.1.1",
    "codecov": "^3.0.0",
    "css-loader": "^0.28.11",
    "eslint": "^4.12.0",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "html-webpack-plugin": "^3.2.0",
    "jest-cli": "^19.0.1",
    "memory-fs": "^0.4.1",
    "style-loader": "^0.20.3",
    "webpack": "^4.5.0"
  },
  "dependencies": {
    "object-assign": "^4.1.0"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "node_modules",
      "fixtures"
    ]
  },
  "scripts": {
    "prepublish": "npm run test",
    "lint": "eslint --quiet .",
    "test": "jest",
    "coverage": "jest --coverage",
    "debug": "node-debug jest"
  }
}
