Files

16 lines
416 B
JSON
Raw Permalink Normal View History

2026-03-22 03:21:45 +02:00
{
"name": "husl",
"description": "Human-friendly HSL",
"keywords": ["color", "color space", "CIE", "RGB", "HUSL", "HSL"],
"version": "6.0.6",
"author": "Alexei Boronine <alexei@boronine.com>",
"license": "MIT",
"main": "dist/husl.min.js",
"files": ["dist/husl.min.js"],
"repository": {
"type" : "git",
"url" : "http://github.com/hsluv/hsluv.git"
},
"homepage": "http://www.hsluv.org"
}