{
  "name": "dominant-color",
  "version": "0.0.1",
  "description": "Gets the dominant color of an image.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shime/dominant-color"
  },
  "keywords": [
    "colour",
    "color",
    "image",
    "dominant"
  ],
  "author": "Hrvoje Simic <shime.ferovac@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/shime/dominant-color/issues"
  },
  "homepage": "https://github.com/shime/dominant-color",
  "dependencies": {
    "imagemagick": "^0.1.3",
    "rgb-hex": "^1.0.0"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^1.21.5"
  }
}
