UNPKG

wcag-color

Version:

Color constrast helpers to achieve the WCAG 2.0 standard

60 lines (59 loc) 1.64 kB
{ "name": "wcag-color", "description": "Color constrast helpers to achieve the WCAG 2.0 standard", "version": "1.1.1", "main": "dist/wcag-color.cjs.js", "module": "dist/wcag-color.esm.js", "types": "dist/index.d.ts", "scripts": { "build": "bsb -make-world", "start": "BS_WATCH_CLEAR=true bsb -make-world -w", "clean": "bsb -clean-world", "test": "is-ci \"test:ci\" \"test:watch\"", "test:ci": "jest", "test:watch": "jest --watch", "rollup:build": "rollup -c", "prepare": "npm run build && npm run rollup:build", "test:coverage": "jest --coverage" }, "keywords": [ "WCAG", "Color", "Color contrast", "Accessibility", "BuckleScript", "Reason", "ReasonML" ], "author": { "name": "Rickard Laurin", "email": "rickard.laurin@gmail.com" }, "license": "MIT", "devDependencies": { "@babel/core": "7.9.6", "@babel/preset-env": "7.9.6", "@glennsl/bs-jest": "0.5.1", "@semantic-release/changelog": "5.0.1", "@semantic-release/git": "9.0.0", "babel-jest": "26.0.1", "bs-platform": "7.3.2", "is-ci-cli": "2.0.0", "jest": "26.0.1", "rollup": "2.8.2", "rollup-plugin-babel": "4.4.0", "rollup-plugin-commonjs": "10.1.0", "rollup-plugin-copier": "1.1.0", "rollup-plugin-filesize": "8.0.2", "rollup-plugin-node-resolve": "5.2.0" }, "dependencies": {}, "bugs": { "url": "https://github.com/believer/wcag-color/issues" }, "homepage": "https://github.com/believer/wcag-color#readme", "repository": { "type": "git", "url": "https://github.com/believer/wcag-color.git" } }