{
  "name": "get-avg-pixel",
  "description": "get the average of an array of pixel data",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "standard && node test.js"
  },
  "devDependencies": {
    "standard": "*",
    "tape": "*"
  },
  "license": "MIT",
  "author": "Cole Willsea <coleww@gmail.com> (http://colewillsea.com/)",
  "dependencies": {
    "standard": "^4.5.4",
    "tape": "^4.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/coleww/get-avg-pixel.git"
  },
  "keywords": [
    "pixel",
    "canvas",
    "image",
    "art"
  ],
  "bugs": {
    "url": "https://github.com/coleww/get-avg-pixel/issues"
  },
  "homepage": "https://github.com/coleww/get-avg-pixel"
}
