text-contrast
Version:
JavaScript Library for Setting Text Color According to Background-Color
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "text-contrast",
"version": "1.0.2",
"description": "JavaScript Library for Setting Text Color According to Background-Color",
"main": "dist/text-contrast.min.js",
"scripts": {
"test": "jest --verbose",
"build": "webpack",
"build/dev": "npm run build -- --mode development",
"build/prod": "npm run build -- --mode production",
"watch": "npm run build/dev -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brycejech/textContrast.git"
},
"keywords": [
"color",
"contrast",
"hex",
"rgb",
"rgba",
"background-color",
"text-color",
"color-contrast"
],
"author": "Bryce Jech",
"license": "MIT",
"bugs": {
"url": "https://github.com/brycejech/textContrast/issues"
},
"homepage": "https://github.com/brycejech/textContrast#readme",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.4",
"jest": "^23.6.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
}
}