c0lor
Version:
Color space conversions
28 lines • 471 B
JSON
{
"name": "c0lor",
"version": "0.1.1",
"description": "Color space conversions",
"repository": {
"type": "git",
"url": "https://github.com/hhelwich/c0lor.git"
},
"license": "MIT",
"author": "Hendrik Helwich",
"main": "index.js",
"keywords": [
"color",
"space",
"rgb",
"xyz",
"xyy",
"lab",
"lch",
"hsv",
"browser"
],
"dependencies": {
"m4th": "0.1.0",
"ut1l": "0.2.1"
},
"devDependencies": {}
}