{
  "name": "postcss-replace-overflow-wrap",
  "version": "2.0.0",
  "description": "PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "overflow-wrap",
    "word-wrap"
  ],
  "author": "Matthias Müller <MattDiMu@users.noreply.github.com>",
  "license": "MIT",
  "repository": "MattDiMu/postcss-replace-overflow-wrap",
  "bugs": {
    "url": "https://github.com/MattDiMu/postcss-replace-overflow-wrap/issues"
  },
  "homepage": "https://github.com/MattDiMu/postcss-replace-overflow-wrap",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "postcss": "^6.0.1"
  },
  "devDependencies": {
    "ava": "^0.19.1",
    "eslint": "^3.19.0",
    "eslint-config-postcss": "^2.0.2"
  },
  "scripts": {
    "test": "ava && eslint *.js"
  },
  "eslintConfig": {
    "extends": "eslint-config-postcss/es5",
    "rules": {
      "max-len": 0
    }
  }
}
