{
  "name": "color-string",
  "description": "Parser and generator for CSS color strings",
  "version": "0.4.0",
  "author": "Heather Arthur <fayearthur@gmail.com>",
  "contributors": [
    "Maxime Thirouin",
    "Dyma Ywanov <dfcreative@gmail.com>",
    "Josh Junon"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/MoOx/color-string.git"
  },
  "scripts": {
    "pretest": "xo",
    "test": "node test/basic.js"
  },
  "license": "MIT",
  "main": "./color-string",
  "xo": {
    "rules": {
      "no-cond-assign": 0
    }
  },
  "dependencies": {
    "color-name": "^1.0.0"
  },
  "devDependencies": {
    "xo": "^0.12.1"
  },
  "keywords": [
    "color",
    "colour",
    "rgb",
    "css"
  ]
}
