{
  "name": "postcss-attribute-case-insensitive",
  "version": "2.0.0",
  "description": "PostCSS plugin to support case insensitive attributes",
  "main": "dist/index.js",
  "scripts": {
    "test": "eslint src && npm run prepublish && mocha --compilers js:babel-register",
    "prepublish": "babel src --out-dir dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
  },
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "attribute",
    "insensitive",
    "sensitive",
    "CSS4"
  ],
  "author": "Dmitry Semigradsky",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
  },
  "homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-eslint": "^7.0.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-env": "^1.4.0",
    "babel-register": "^6.11.6",
    "chai": "^3.5.0",
    "eslint": "^3.2.2",
    "eslint-config-airbnb-base": "^8.0.0",
    "eslint-plugin-import": "^1.12.0",
    "mocha": "^3.0.1"
  },
  "dependencies": {
    "postcss": "^6.0.0",
    "postcss-selector-parser": "^2.2.3"
  }
}
