{
  "name": "color-rgba",
  "version": "2.1.1",
  "description": "Convert color string (or parseable argument) to RGBA array",
  "main": "index.js",
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/colorjs/color-rgba.git"
  },
  "keywords": [
    "color",
    "colorjs",
    "rgb",
    "rgba",
    "color-space",
    "css"
  ],
  "author": "Dmitry Yv <dfcreative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/colorjs/color-rgba/issues"
  },
  "homepage": "https://github.com/colorjs/color-rgba#readme",
  "dependencies": {
    "clamp": "^1.0.1",
    "color-parse": "^1.3.8",
    "color-space": "^1.14.6"
  }
}
