14 lines
472 B
JSON
14 lines
472 B
JSON
{
|
|
"name": "postcss-color-contrast-ratio",
|
|
"version": "0.0.1",
|
|
"description": "PostCSS plugin which allows for creation of colors based upon WCAG contrast ratios",
|
|
"main": "index.js",
|
|
"repository": "https://code.mensbeam.com/MensBeam/postcss-color-contrast-ratio.git",
|
|
"author": "Dustin Wilson <dustin@dustinwilson.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-string": "^1.5.3",
|
|
"postcss": "^7.0.7",
|
|
"postcss-values-parser": "^2.0.0"
|
|
}
|
|
}
|