UNPKG

@oddbird/blend

Version:

New color formats, adjustments, and conversions in Sass

47 lines (46 loc) 1.07 kB
{ "name": "@oddbird/blend", "version": "0.2.4", "title": "Blend", "description": "New color formats, adjustments, and conversions in Sass", "publishConfig": { "access": "public" }, "main": "index.scss", "author": "Miriam Suzanne", "license": "SEE LICENSE IN LICENSE.md", "repository": { "type": "git", "url": "https://github.com/oddbird/blend.git" }, "bugs": "https://github.com/oddbird/blend/issues", "homepage": "https://www.oddbird.net/blend", "keywords": [ "sass", "scss", "css", "colors", "design", "design systems", "CIE", "Lab", "sRGB", "hwb", "LCH" ], "scripts": { "json": "sass src/json.scss src/json.css", "herman": "sassdoc sass/", "docs": "yarn json; yarn herman", "sass": "sass demo/style.scss demo/style.css", "test": "mocha", "commit": "yarn test; yarn docs; yarn sass" }, "devDependencies": { "mocha": "^10.2.0", "sass": "^1.56.2", "sass-true": "^7.0.0", "sassdoc": "^2.7.4", "sassdoc-theme-herman": "^5.0.0" } }