UNPKG

color-contrast-calc

Version:

Utility that helps you choose colors with sufficient contrast, WCAG 2.0 in mind

44 lines (43 loc) 1.14 kB
{ "name": "color-contrast-calc", "version": "0.4.1", "description": "Utility that helps you choose colors with sufficient contrast, WCAG 2.0 in mind", "homepage": "https://github.com/nico-hn/color-contrast-calc", "main": "index.js", "author": "HASHIMOTO, Naoki", "license": "MIT", "scripts": { "test": "mocha", "lint": "eslint *.js lib/*.js test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/nico-hn/color-contrast-calc.git" }, "keywords": [ "color-contrast", "wcag", "accessibility", "a11y" ], "devDependencies": { "@babel/cli": "^7.5.0", "@babel/core": "^7.5.4", "@babel/plugin-transform-runtime": "^7.5.0", "@babel/preset-env": "^7.5.4", "@babel/runtime": "^7.5.4", "@babel/runtime-corejs3": "^7.5.4", "babelify": "^10.0.0", "browserify": "^16.2.2", "chai": "^4.1.2", "esdoc": "^1.1.0", "esdoc-standard-plugin": "^1.0.0", "eslint": "^6.0.1", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-cli": "^2.0.1", "mocha": "^6.1.4", "sinon": "^7.3.2", "vinyl-source-stream": "^2.0.0" } }