{
  "name": "matchengine-tools",
  "version": "0.0.3",
  "description": "Tools for interacting with TinEye's MatchEngine.",
  "main": "get-similar.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jeresig/matchengine-tools.git"
  },
  "keywords": [
    "matchengine",
    "tineye",
    "computer vision",
    "cv"
  ],
  "author": "John Resig <jeresig@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jeresig/matchengine-tools/issues"
  },
  "dependencies": {
    "async": "~0.2.10",
    "argparse": "~0.1.15",
    "JSONStream": "~0.8.0",
    "matchengine": "0.0.4"
  }
}
