{
  "name": "postcss-button",
  "version": "0.4.3",
  "description": "A PostCSS plugin to create buttons.",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "buttons",
    "system.css"
  ],
  "author": "Francois Romain <francoisromain@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/francoisromain/postcss-button.git"
  },
  "bugs": {
    "url": "https://github.com/francoisromain/postcss-button/issues"
  },
  "homepage": "http://francoisromain.github.io/postcss-button/",
  "main": "./lib/index.js",
  "peerDependencies": {
    "postcss": "^8.2.2"
  },
  "ava": {
    "files": [
      "test/tests.js"
    ],
    "require": [
      "@babel/register"
    ]
  }
}
