{
  "name": "imghash-turbo",
  "version": "1.0.1",
  "description": "Image perceptual hash calculation for node with native jpeg-turbo",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davecarlson/imghash-turbo.git"
  },
  "keywords": [
    "perseptual",
    "image",
    "hash",
    "phash",
    "imgseek"
  ],
  "author": "Dave Carlson <me@davecarlson.co.uk>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davecarlson/imghash-turbo/issues"
  },
  "engines": {
    "node": ">=4.x.x"
  },
  "homepage": "https://github.com/davecarlson/imghash-turbo#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "hamming-distance": "^1.0.0",
    "mocha": "^2.4.5"
  },
  "dependencies": {
    "blockhash": "^0.2.0",
    "bmp-js": "0.0.3",
    "image-type": "^2.1.0",
    "jpeg-js": "^0.2.0",
    "jpeg-turbo": "^0.4.0",
    "png-js": "^0.1.1"
  }
}
