{
  "name": "hex-to-hsl",
  "version": "1.0.2",
  "description": "Convert a hex color string to an hsl array",
  "main": "index.js",
  "scripts": {
    "test": "xo && ava"
  },
  "keywords": [
    "hex",
    "hsl",
    "color",
    "convert",
    "converter"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/adriantoine/hex-to-hsl.git"
  },
  "author": "Adrien Antoine <adriantoine@gmail.com> (http://adriantoine.com/)",
  "bugs": {
    "url": "https://github.com/adriantoine/hex-to-hsl/issues",
    "email": "adriantoine@gmail.com"
  },
  "homepage": "https://github.com/adriantoine/hex-to-hsl#readme",
  "license": "ISC",
  "devDependencies": {
    "ava": "^0.14.0",
    "xo": "^0.14.0"
  },
  "dependencies": {
    "hex-to-rgb": "^1.0.1",
    "rgb-to-hsl": "0.0.2"
  },
  "directories": {
    "test": "test"
  }
}
