{
  "name": "image-average-color",
  "version": "1.0.0",
  "description": "Get the average color of an image",
  "keywords": [
    "image", "color", "average", "jpg", "jpeg", "png", "gif"
  ],
  "main": "average-color.js",
  "bin": {
    "average-color": "./cli.js"
  },
  "author": "Alexey Orlenko <eaglexrlnk@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "readimage": "^1.1.1"
  },
  "engines": {
    "node": ">=4.4.5"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aqrln/image-average-color.git"
  },
  "bugs": {
    "url": "https://github.com/aqrln/image-average-color/issues"
  },
  "homepage": "https://github.com/aqrln/image-average-color#readme"
}
