{
  "name": "wayhome-phash",
  "version": "0.0.7",
  "description": "Bindings for node.js to pHash",
  "main": "lib/phash.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/aaronm67/node-phash.git"
  },
  "devDependencies": {
    "mocha": "1.3.0",
    "node-gyp": "^3.4.0",
    "should": "1.0.0"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "script": {
    "preinstall": "node-gyp configure build",
    "preuninstall": "node-gyp clean"
  },
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "node-gyp configure build && mocha"
  },
  "keywords": [
    "pHash",
    "phash",
    "libpHash",
    "native",
    "binding",
    "addon"
  ],
  "author": "Aaron Marasco <agm257@mail.missouri.edu>",
  "contributors": [
    "Aaron Marasco <agm257@mail.missouri.edu>",
    "Taeho Kim <xissysnd@gmail.com>",
    "Jeremy Dowell <jeremy@codevinsky.com>"
  ],
  "dependencies": {
    "nan": "^2.3.3"
  }
}
