{
  "name": "colr-convert",
  "version": "1.0.5",
  "description": "Color conversion functions",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec -b test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stayradiated/colr-convert"
  },
  "keywords": [
    "color",
    "convert",
    "hsl",
    "hex",
    "hsv",
    "hsb",
    "rgb"
  ],
  "author": "George Czabania",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stayradiated/colr-convert/issues"
  },
  "homepage": "https://github.com/stayradiated/colr-convert",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "mocha": "^2.2.5"
  },
  "eslintConfig": {
    "env": {
      "browser": true,
      "node": true,
      "mocha": true
    },
    "plugins": [ "react" ],
    "ecmaFeatures": {
      "jsx": true
    },
    "rules": {
      "quotes": "single",
      "comma-dangle": "always-multiline",
      "no-multi-spaces": 0,
      "key-spacing": 0
    }
  }
}
