Files
JiboSDK/node_modules/hsluv/package.json

16 lines
411 B
JSON
Raw Normal View History

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