{
  "name": "postcss-extend",
  "author": {
    "name": "Travis Palmer",
    "email": "hofnug@gmail.com"
  },
  "license": "MIT",
  "version": "1.0.5",
  "description": "As close to cssnext @extend as possible for PostCSS",
  "homepage": "https://github.com/travco/postcss-extend",
  "repository": {
    "type": "git",
    "url": "https://github.com/travco/postcss-extend.git"
  },
  "keywords": [
    "css",
    "postcss",
    "postcss-plugin",
    "mixin",
    "clone",
    "extend"
  ],
  "files": [
    "index.js",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js test/index.js",
    "test": "rm -f test/debugout.txt && npm run lint && tape test"
  },
  "dependencies": {
    "postcss": "^5.0.4"
  },
  "devDependencies": {
    "eslint": "0.18.0",
    "tape": "4.0.0"
  }
}
