{
  "name": "postcss-fluid-typography",
  "version": "2.1.1",
  "description": "PostCSS plugin for responsive typography values using linear scale",
  "keywords": [
    "postcss",
    "postcss-plugin",
    "css",
    "typography",
    "scale"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/daun/postcss-fluid-typography.git"
  },
  "author": "Philipp Daun <daun@daun.ltd>",
  "maintainers": [
    {
      "name": "Philipp Daun",
      "email": "daun@daun.ltd",
      "web": "https://daun.ltd"
    }
  ],
  "bugs": {
    "url": "https://github.com/daun/postcss-fluid-typography/issues"
  },
  "homepage": "https://github.com/daun/postcss-fluid-typography",
  "devDependencies": {
    "chai": "^4.0.2",
    "eslint": "^4.1.1",
    "mocha": "^3.4.2",
    "postcss": "^8.0.0"
  },
  "peerDependencies": {
    "postcss": "^8.0.0"
  },
  "scripts": {
    "test": "mocha test",
    "lint": "eslint .",
    "format": "eslint . --fix"
  }
}
