16 lines
416 B
JSON
16 lines
416 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|