UNPKG

contrast-ratio-checker

Version:

A package based on WCAG 2.0 to easily check contrast ratio.

34 lines (33 loc) 1.01 kB
{ "name": "contrast-ratio-checker", "version": "1.1.7", "description": "A package based on WCAG 2.0 to easily check contrast ratio.", "scripts": { "example1": "ts-node examples/example1.ts", "example2": "ts-node examples/example2.ts" }, "repository": { "type": "git", "url": "git+https://github.com/viniciusrvieira/contrast-ratio-checker.git" }, "keywords": [ "constrast-ratio", "wcag", "luminance", "color" ], "author": "Vinícius R. Vieira", "license": "MIT", "bugs": { "url": "https://github.com/viniciusrvieira/contrast-ratio-checker/issues" }, "homepage": "https://github.com/viniciusrvieira/contrast-ratio-checker#readme", "devDependencies": { "ts-node": "^10.9.1", "typescript": "^5.2.2", "webpack": "^5.89.0", "webpack-cli": "^5.1.4" }, "main": "dist/index.js", "types": "dist/index.d.ts" }