You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
{ |
|
"name": "postcss-attribute-case-insensitive", |
|
"version": "4.0.2", |
|
"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": "^7.8.3", |
|
"@babel/core": "^7.8.3", |
|
"@babel/node": "^7.8.3", |
|
"@babel/preset-env": "^7.8.3", |
|
"@babel/register": "^7.8.3", |
|
"chai": "^4.2.0", |
|
"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": "^6.0.2" |
|
} |
|
}
|
|
|