{
  "name": "postcss-overflow",
  "version": "1.1.5",
  "description": "PostCSS plugin for overflow shortcut",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "overflow"
  ],
  "author": "Eric Chen <airkro@qq.com>",
  "license": "MIT",
  "repository": "Airkro/postcss-overflow",
  "bugs": {
    "url": "https://github.com/Airkro/postcss-overflow/issues"
  },
  "homepage": "https://github.com/Airkro/postcss-overflow",
  "dependencies": {
    "postcss": "^6.0.1"
  },
  "devDependencies": {
    "eslint": "^3.19.0",
    "eslint-config-postcss": "^2.0.2",
    "jest": "^20.0.4",
    "lint-staged": "^3.5.0",
    "pre-commit": "^1.2.2",
    "rimraf": "^2.6.1"
  },
  "scripts": {
    "lint-staged": "lint-staged",
    "clean": "rimraf coverage/",
    "test": "npm run clean && jest --coverage && eslint *.js"
  },
  "jest": {
    "coverageThreshold": {
      "global": {
        "statements": 100
      }
    }
  },
  "eslintConfig": {
    "extends": "eslint-config-postcss/es5",
    "env": {
      "jest": true
    }
  },
  "lint-staged": {
    "*.js": "eslint"
  },
  "pre-commit": [
    "lint-staged"
  ]
}
