{
  "name": "@mlz/postcss-px-to-viewport",
  "description": "A CSS post-processor that converts px to viewport units (vw, vh, vmin, vmax).",
  "version": "2.0.0",
  "author": "Dmitry Karpunin <koderfunk@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/juicecube/postcss-px-to-viewport.git"
  },
  "contributors": [
    {
      "name": "Eric Tian",
      "email": "tianxing0923@qq.com",
      "url": "https://github.com/tianxing0923"
    }
  ],
  "bugs": "https://github.com/juicecube/postcss-px-to-viewport/issues",
  "homepage": "https://github.com/juicecube/postcss-px-to-viewport/issues",
  "main": "index.js",
  "keywords": [
    "css",
    "units",
    "pixel",
    "px",
    "viewport",
    "vw",
    "vh",
    "vmin",
    "vmax",
    "postcss",
    "postcss-plugin"
  ],
  "scripts": {
    "test": "jest spec/*.spec.js"
  },
  "devDependencies": {
    "jest": "^27.0.6"
  },
  "peerDependencies": {
    "postcss": "^8.0.0"
  }
}
