{
  "author": "gucong3000",
  "bugs": {
    "url": "https://github.com/gucong3000/postcss-unprefix/issues"
  },
  "peerDependencies": {
    "postcss": ">=5.0.0"
  },
  "dependencies": {
    "autoprefixer": "^9.4.3",
    "known-css-properties": "^0.11.0",
    "normalize-range": "^0.1.2",
    "postcss-selector-parser": "^5.0.0",
    "postcss-value-parser": "^3.3.1",
    "pseudo-classes": "^1.0.0",
    "pseudo-elements": "^1.1.0"
  },
  "description": "Unprefixes vendor prefixes in legacy CSS.",
  "devDependencies": {
    "codecov": "^3.1.0",
    "eslint": "^5.11.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^8.0.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "mocha": "^5.2.0",
    "nyc": "^13.1.0",
    "postcss": "^7.0.7",
    "postcss-less": "^3.1.0",
    "postcss-reporter": "^6.0.1",
    "stylelint": "^9.9.0"
  },
  "homepage": "https://github.com/gucong3000/postcss-unprefix#readme",
  "keywords": [
    "postcss",
    "prefix",
    "unprefix",
    "clear",
    "clean",
    "remove"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "name": "postcss-unprefix",
  "nyc": {
    "lines": 100,
    "statements": 100,
    "functions": 100,
    "branches": 100,
    "reporter": [
      "lcov",
      "text"
    ],
    "cache": true,
    "all": true,
    "check-coverage": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gucong3000/postcss-unprefix.git"
  },
  "scripts": {
    "report-coverage": "codecov",
    "pretest": "eslint lib test",
    "test": "nyc mocha --no-timeouts"
  },
  "version": "2.1.4"
}
