{
  "name": "@sailshq/binary-search-tree",
  "version": "0.2.7",
  "author": {
    "name": "Louis Chatriot",
    "email": "louis.chatriot@gmail.com"
  },
  "description": "A fork of `binary-search-tree` 0.2.x with upgraded dependencies from the Sails core team.",
  "keywords": [
    "AVL tree",
    "binary search tree",
    "self-balancing",
    "AVL tree"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/sailshq/node-binary-search-tree.git"
  },
  "dependencies": {
    "underscore": "1.13.1"
  },
  "devDependencies": {
    "chai": "1.0.x",
    "mocha": "1.4.x"
  },
  "scripts": {
    "test": "make test"
  },
  "main": "index",
  "licence": "MIT"
}
