{
  "name": "color2color",
  "version": "0.2.0",
  "description": "change one color format to another.",
  "homepage": "https://github.com/katsew/color2color",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/katsew/color2color"
  },
  "scripts": {
    "test": "mocha ./test/**/*.js",
    "test:watch": "npm test -- --watch"
  },
  "engines": {
    "node": "^4.2.2"
  },
  "keywords": [
    "hsv2rgb",
    "hsb2rgb",
    "rgb2hsv",
    "rgb2hsb",
    "rgb",
    "hsv",
    "hsb",
    "color",
    "converter"
  ],
  "author": "katsew",
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.4.1",
    "debug": "^2.2.0",
    "mocha": "^2.3.4"
  }
}
