{
  "name": "postcss-ie11",
  "version": "0.0.1",
  "description": "PostCSS plugin pack making it easier to work with IE 11",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "fixes",
    "workarounds",
    "ie",
    "ie11"
  ],
  "author": "Michał Gołębiowski-Owczarek <m.goleb@gmail.com>",
  "license": "MIT",
  "repository": "mgol/postcss-ie11",
  "bugs": {
    "url": "https://github.com/mgol/postcss-ie11/issues"
  },
  "homepage": "https://github.com/mgol/postcss-ie11",
  "dependencies": {
    "postcss": "^6.0.21",
    "postcss-ie11-pseudo-class": "^0.1.2",
    "postcss-ie11-supports": "^0.1.3"
  },
  "devDependencies": {
    "dedent": "0.7.0",
    "eslint": "4.19.1",
    "eslint-config-mgol": "0.0.41",
    "jest": "22.4.3"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "jest && npm run lint"
  },
  "files": [
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "index.js",
    "lib"
  ],
  "jest": {
    "testEnvironment": "node"
  }
}
