{
  "name": "color-string",
  "description": "Parser and generator for CSS color strings",
  "version": "0.2.3",
  "author": "Heather Arthur <fayearthur@gmail.com>",
  "contributors": "Dyma Ywanov <dfcreative@gmail.com>",
  "repository": {
    "type": "git",
    "url": "http://github.com/harthur/color-string.git"
  },
  "scripts": {
    "test": "node test/basic.js"
  },
  "main": "./color-string",
  "dependencies": {
    "color-name": "1.0.0"
  },
  "devDependencies": {
    "browserify": ">=1.0.0",
    "uglify-js": "1.0.x",
    "grunt": "^0.4.5"
  },
  "keywords": [
    "color",
    "colour",
    "rgb",
    "css"
  ]
}
