{
  "name": "color-string",
  "description": "Parser and generator for CSS color strings",
  "version": "1.9.1",
  "author": "Heather Arthur <fayearthur@gmail.com>",
  "repository": "Qix-/color-string",
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "color-name": "^1.0.0",
    "simple-swizzle": "^0.2.2"
  },
  "devDependencies": {
    "xo": "^0.12.1"
  }
}