postcss-colorblind
Version:
A PostCSS plugin to help you see your site as a colorblind person would.
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "postcss-colorblind",
"version": "1.0.0",
"description": "A PostCSS plugin to help you see your site as a colorblind person would.",
"main": "index.js",
"scripts": {
"test": "nyc ava",
"lint": "jscs ./**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btholt/postcss-colorblind.git"
},
"keywords": [
"postcss-plugin",
"postcss",
"accessibility",
"a11y",
"color",
"colorblind"
],
"author": "Brian Holt <btholt@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/btholt/postcss-colorblind/issues"
},
"homepage": "https://github.com/btholt/postcss-colorblind#readme",
"devDependencies": {
"ava": "^0.17.0",
"nyc": "^10.0.0"
},
"dependencies": {
"color-blind": "^0.1.0",
"css-color-names": "0.0.4",
"hex-color-regex": "https://github.com/btholt/hex-color-regex.git",
"hexa-color-regex": "1.0.0",
"hsl-regex": "^1.0.0",
"hsla-regex": "^1.0.0",
"jimp": "^0.2.27",
"onecolor": "^3.0.4",
"postcss": "^5.0.0",
"postcss-message-helpers": "^2.0.0",
"postcss-value-parser": "^3.3.0",
"rgb-regex": "^1.0.1",
"rgba-regex": "^1.0.0"
}
}