{
  "name": "brennan-node-vibrant",
  "version": "2.1.6",
  "description": "Node.js port of vibrant.js. Get color variations from an image. Basically a JS port of Android's Palette",
  "main": "lib/index.js",
  "browser": "lib/browser.js",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "dependencies": {
    "jimp": "^0.2.4",
    "quantize": "^1.0.1",
    "url": "^0.11.0"
  },
  "devDependencies": {
    "bluebird": "^2.10.2",
    "browserify": "^10.2.4",
    "chai": "^3.0.0",
    "cli-table": "^0.3.1",
    "coffee-script": "^1.9.3",
    "coffeeify": "^1.1.0",
    "colors": "^1.1.2",
    "del": "^2.2.0",
    "finalhandler": "^0.4.0",
    "gulp": "^3.9.0",
    "gulp-bench": "^1.1.0",
    "gulp-coffee": "^2.3.1",
    "gulp-heap": "^2.0.0-alpha.1",
    "gulp-mocha": "^2.2.0",
    "gulp-uglify": "^1.2.0",
    "karma": "^0.13.14",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.2.1",
    "karma-coffee-preprocessor": "^0.3.0",
    "karma-firefox-launcher": "^0.1.6",
    "karma-ie-launcher": "^0.2.0",
    "karma-json-fixtures-preprocessor": "0.0.5",
    "karma-mocha": "^0.2.0",
    "mocha": "^2.3.3",
    "serve-static": "^1.10.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "scripts": {
    "prepublish": "gulp clean && gulp clean:browser && gulp coffee && gulp browser",
    "pretest": "gulp coffee && gulp browser",
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brennanerbz/node-vibrant"
  },
  "keywords": [
    "color",
    "detection",
    "varation",
    "image",
    "picture",
    "canvas",
    "vibrant",
    "muted",
    "colour"
  ],
  "author": "akfish",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brennanerbz/node-vibrant/issues"
  },
  "homepage": "https://github.com/brennanerbz/node-vibrant#readme"
}
