{
  "name": "tachyons-build-css",
  "description": "Transpile Tachyons PostCSS to vanilla CSS",
  "author": "John Otander",
  "version": "1.8.1",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "lint": "standard",
    "test": "ava -v"
  },
  "repository": "tachyons-css/tachyons-build-css",
  "keywords": [],
  "license": "MIT",
  "dependencies": {
    "autoprefixer": "^8.1.0",
    "css-mqpacker": "^6.0.2",
    "cssnano": "^3.10.0",
    "perfectionist": "^2.4.0",
    "postcss": "^6.0.19",
    "postcss-calc": "^6.0.1",
    "postcss-class-repeat": "^0.1.1",
    "postcss-conditionals": "^2.1.0",
    "postcss-css-variables": "^0.8.0",
    "postcss-custom-media": "^6.0.0",
    "postcss-discard-comments": "^2.0.4",
    "postcss-extend-rule": "^1.1.0",
    "postcss-import": "^11.1.0",
    "postcss-rtl": "^1.2.3"
  },
  "devDependencies": {
    "ava": "*",
    "postcss-color-function": "^4.0.1",
    "standard": "^11.0.0",
    "tachyons-cli": "^1.2.0",
    "tachyons-floats": "^3.0.4"
  },
  "browserslist": [
    "> 0.1%",
    "last 2 versions"
  ]
}
