UNPKG

@rgbyk/color

Version:

a node.js color model system.

55 lines (54 loc) 1.67 kB
{ "name": "@rgbyk/color", "version": "1.3.6", "description": "a node.js color model system.", "keywords": [ "color", "color system", "color schemes", "color palettes", "color accessibility", "color theory", "rgb", "ryb", "build-tools" ], "homepage": "https://github.com/rgbyk/color#readme", "bugs": { "url": "https://github.com/rgbyk/color/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rgbyk/color.git" }, "license": "MIT", "author": "Daniel Haim", "scripts": { "color": "chmod +x ./bin/lib/color.sh && ./bin/lib/color.sh", "color-rgb": "chmod +x ./bin/lib/color-rgb.sh && ./bin/lib/color-rgb.sh", "color-ryb": "chmod +x ./bin/lib/color-ryb.sh && ./bin/lib/color-ryb.sh", "unpack-rgbyk": "chmod +x ./bin/lib/unpack-rgbyk.sh && ./bin/lib/unpack-rgbyk.sh", "watch:color": "nodemon --watch src/scss -e scss -x \"npm run color\"", "watch:color-rgb": "nodemon --watch src/scss -e scss -x \"npm run color-rgb\"", "watch:color-ryb": "nodemon --watch src/scss -e scss -x \"npm run color-ryb\"" }, "dependencies": { "autoprefixer": "^10.0.2", "browserslist": "^4.14.7", "caniuse-lite": "^1.0.30001157", "css-declaration-sorter": "^6.0.2", "cssnano": "^4.1.10", "minimist": ">=1.2.2", "nodemon": "^2.0.6", "postcss-cli": "^8.2.0", "postcss-combine-duplicated-selectors": "^10.0.2", "postcss-merge-idents": "^4.0.1", "postcss-merge-rules": "^4.0.3", "postcss-merge-selectors": "0.0.6", "postcss-sorting": "^6.0.0", "sass": "^1.29.0" }, "devDependencies": { "postcss": "^8.1.7" } }