{
  "name": "postcss-custom-properties",
  "version": "5.0.2",
  "description": "PostCSS plugin to polyfill W3C CSS Custom Properties for cascading variables",
  "keywords": [
    "css",
    "postcss",
    "postcss-plugin",
    "custom-properties",
    "variables",
    "vars"
  ],
  "author": "Maxime Thirouin",
  "license": "MIT",
  "repository": "https://github.com/postcss/postcss-custom-properties.git",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "balanced-match": "^0.4.2",
    "postcss": "^5.0.0"
  },
  "devDependencies": {
    "eslint": "^1.0.0",
    "npmpub": "^3.1.0",
    "tape": "^4.0.0"
  },
  "scripts": {
    "test": "eslint . && tape test",
    "release": "npmpub"
  }
}
