{
  "name": "color-ranger",
  "version": "5.0.0",
  "description": "Render color space range in canvas or web-worker",
  "main": "index.js",
  "files": [
    "*.js"
  ],
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dfcreative/color-ranger"
  },
  "keywords": [
    "color",
    "colour",
    "gamut",
    "chroma",
    "color-range",
    "picker-background",
    "palette",
    "picker",
    "color-picker",
    "color-space",
    "color-value",
    "color-ranges",
    "color-space",
    "luv",
    "lch",
    "lab"
  ],
  "author": "Dmitry Ivanov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dfcreative/color-ranger/issues"
  },
  "homepage": "https://github.com/dfcreative/color-ranger",
  "scripts": {
    "test": "mocha --harmony",
    "build": "browserify -r emmy/on -r emmy/once -r color-space -r color2:color -r ./worker:../worker -r webworkify -r ./index:../ | ccjs - --language_in=ECMASCRIPT5 > test/bundle.js",
    "watch": "watchify -r emmy/on -r emmy/once -r color-space -r color2:color -r ./worker:../worker -r webworkify -r ./index:../ -d -o test/bundle.js"
  },
  "dependencies": {
    "color-space": ">=0",
    "is-array": "^1.0.1"
  },
  "devDependencies": {
    "color": "*",
    "color2": "^1.0.6",
    "emmy": "^5.2.8",
    "mocha": ">=1",
    "require-stub": ">=1.0",
    "webworkify": "^1.0.2"
  }
}
