{
  "name": "annoy",
  "version": "4.0.0",
  "description": "Node bindings for Annoy, an efficient Approximate Nearest Neighbors implementation written in C++.",
  "main": "index.js",
  "gypfile": true,
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:jimkang/annoy-node.git"
  },
  "keywords": [
    "annoy",
    "approximate",
    "nearest",
    "neighbor",
    "search",
    "vector",
    "machine learning"
  ],
  "author": "Jim Kang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jimkang/annoy-node/issues"
  },
  "homepage": "https://github.com/jimkang/annoy-node",
  "devDependencies": {
    "assert-no-error": "^1.0.0",
    "d3-queue": "^3.0.3",
    "level-sublevel": "^6.6.4",
    "ndjson": "^1.5.0",
    "node-worker-threads-pool": "^1.5.1",
    "tape": "^5.6.6",
    "through2": "^2.0.1"
  },
  "dependencies": {
    "bindings": "^1.2.1",
    "level": "^6.0.0",
    "nan": "^2.14.0"
  }
}
