postcss-contrast
Version:
PostCSS plugin to change text color depending on background color contrast
34 lines (33 loc) • 776 B
JSON
{
"name": "postcss-contrast",
"version": "0.0.4",
"description": "PostCSS plugin to change text color depending on background color contrast",
"main": "index.js",
"keywords": [
"css",
"postcss",
"postcss-plugin",
"color",
"colour",
"contrast"
],
"author": "Stephen Way <stephen@stephenway.net> (stephenway.net)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:stephenway/postcss-contrast.git"
},
"dependencies": {
"postcss": "^5.0.10",
"contrast": "^1.0.1"
},
"devDependencies": {
"jscs": "^1.6.2",
"jshint": "^2.5.6",
"tape": "^4.2.1"
},
"scripts": {
"lint": "jscs *.js **/*.js && jshint . --exclude-path .gitignore",
"test": "npm run lint && tape test"
}
}