UNPKG

float-rgb2hsl

Version:
50 lines (49 loc) 967 B
{ "name": "float-rgb2hsl", "version": "1.0.1", "description": "converts [R,G,B] to [H,S,L]", "main": "index.js", "license": "MIT", "author": { "name": "Matt DesLauriers", "email": "dave.des@gmail.com", "url": "https://github.com/mattdesl" }, "dependencies": {}, "devDependencies": { "standard": "^3.6.1", "tap-spec": "^3.0.0", "tape": "^4.0.0" }, "scripts": { "test": "standard && node test.js | tap-spec" }, "keywords": [ "hsl", "rgb", "hue", "sat", "saturation", "lightness", "light", "brightness", "hsb", "rgba", "color", "red", "blue", "green", "convert", "conversion", "conversions", "colors" ], "repository": { "type": "git", "url": "git://github.com/mattdesl/float-rgb2hsl.git" }, "homepage": "https://github.com/mattdesl/float-rgb2hsl", "bugs": { "url": "https://github.com/mattdesl/float-rgb2hsl/issues" } }