{
  "name": "grunt-uncss",
  "description": "A grunt task for generating CSS files containing only those styles used in your project.",
  "version": "0.10.1",
  "homepage": "https://github.com/uncss/grunt-uncss",
  "author": "Addy Osmani <addyosmani@gmail.com> (https://addyosmani.com/)",
  "maintainers": [
    "Addy Osmani <addyosmani@gmail.com> (https://addyosmani.com/)",
    "XhmikosR <xhmikosr@gmail.com> (https://github.com/XhmikosR)"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uncss/grunt-uncss.git"
  },
  "bugs": {
    "url": "https://github.com/uncss/grunt-uncss/issues"
  },
  "license": "MIT",
  "keywords": [
    "gruntplugin",
    "uncss",
    "css"
  ],
  "files": [
    "tasks/*.js"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "mocha": "mocha \"tests/*.js\"",
    "xo": "xo",
    "test": "npm run xo && grunt test && npm run mocha"
  },
  "dependencies": {
    "chalk": "^4.1.1",
    "maxmin": "^3.0.0",
    "uncss": "^0.17.3"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "grunt": "^1.1.0",
    "mocha": "^8.4.0",
    "time-grunt": "^2.0.0",
    "xo": "^0.39.1"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "xo": {
    "space": 4,
    "ignores": [
      "tests/app/**"
    ],
    "rules": {
      "capitalized-comments": "off",
      "object-curly-spacing": [
        "error",
        "always"
      ],
      "unicorn/filename-case": "off",
      "unicorn/prevent-abbreviations": "off"
    }
  }
}
