{
  "name": "imagesearch",
  "version": "0.0.6",
  "description": "Fuzzy search for subimage within image",
  "main": "index.js",
  "devDependencies": {
    "async": "^0.8.0",
    "mocha": "^1.20.1",
    "pngparse": "^2.0.1",
    "sandboxed-module": "^1.0.1"
  },
  "scripts": {
    "test": "mocha -R spec spec",
    "install": "node-gyp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:monai/node-imagesearch.git"
  },
  "keywords": [
    "image",
    "search",
    "cv"
  ],
  "author": "monai",
  "license": "ISC",
  "gypfile": true,
  "dependencies": {
    "bindings": "^1.2.1"
  }
}
