{
  "main": "lib/search-tree.js",
  "name": "search-tree",
  "version": "0.0.1-6",
  "description": "SearchTree data structure which stores array-like in an efficient way",
  "dependencies": {
    "search-tree-utils": "^0.0.1-4"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "SearchTree",
    "data-structure",
    "search-tree",
    "map"
  ],
  "author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
  "license": "MIT",
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ksxnodemodules/search-tree.git"
  },
  "bugs": {
    "url": "https://github.com/ksxnodemodules/search-tree/issues"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "homepage": "https://github.com/ksxnodemodules/search-tree#readme"
}
