{
  "name": "float-hsl2rgb",
  "version": "1.0.2",
  "description": "converts [H,S,L] to [R,G,B]",
  "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-hsl2rgb.git"
  },
  "homepage": "https://github.com/mattdesl/float-hsl2rgb",
  "bugs": {
    "url": "https://github.com/mattdesl/float-hsl2rgb/issues"
  }
}
