{
  "name": "@deg-skeletor/plugin-postcss",
  "version": "1.1.0",
  "description": "A PostCSS Skeletor plugin",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "lint": "eslint index.js"
  },
  "author": "",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deg-skeletor/skeletor-plugin-postcss.git"
  },
  "peerDependencies": {
    "@deg-skeletor/core": "^1.0.0"
  },
  "dependencies": {
    "fs-extra": "^5.0.0",
    "postcss": "^6.0.22"
  },
  "devDependencies": {
    "eslint": "^4.19.1",
    "jest": "^22.4.4"
  },
  "publishConfig": {
      "access": "public"
  },
  "keywords": [
      "skeletor",
      "skeletor-plugin",
      "postcss"
   ]
}
