{
"name": "postcss-attribute-case-insensitive",
"version": "4.0.1",
"description": "PostCSS plugin to support case insensitive attributes",
"main": "dist/index.js",
"scripts": {
"test": "eslint src && npm run prepublish && mocha --require 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.26.0",
"babel-eslint": "^10.0.0",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0"
},
"dependencies": {
"postcss": "^7.0.2",
"postcss-selector-parser": "^5.0.0"
}
}