{
  "name": "postcss-conditionals",
  "version": "2.1.0",
  "description": "PostCSS plugin that enables @if statements in your CSS",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "conditional",
    "statement",
    "if-statements",
    "if-statement",
    "if",
    "else"
  ],
  "author": "Andy Jansson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/andyjansson/postcss-conditionals.git"
  },
  "dependencies": {
    "css-color-converter": "^1.0.2",
    "css-unit-converter": "^1.0.0",
    "postcss": "^5.0.4"
  },
  "devDependencies": {
    "jison": "^0.4.17",
    "tap-dot": "^1.0.0",
    "tape": "^4.0.2"
  },
  "scripts": {
    "test": "node test/test.js | tap-dot",
    "gen-parser": "jison parser.jison"
  }
}
