{
  "name": "color-normalize",
  "version": "1.5.0",
  "description": "Convert any color data to sanitized output format",
  "main": "index.js",
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/colorjs/color-normalize.git"
  },
  "keywords": [
    "color",
    "colorjs",
    "rgb",
    "rgba",
    "color-space",
    "css"
  ],
  "author": "Dmitry Yv <dfcreative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/colorjs/color-normalize/issues"
  },
  "homepage": "https://github.com/colorjs/color-normalize#readme",
  "dependencies": {
    "clamp": "^1.0.1",
    "color-rgba": "^2.1.1",
    "dtype": "^2.0.0"
  }
}
