| { |
| "author": "Mikola Lysenko", |
| "bugs": { |
| "url": "https://github.com/mikolalysenko/functional-red-black-tree/issues" |
| }, |
| "dependencies": {}, |
| "description": "A fully persistent balanced binary search tree", |
| "devDependencies": { |
| "iota-array": "^0.0.1", |
| "tape": "^2.12.0" |
| }, |
| "directories": { |
| "test": "test" |
| }, |
| "keywords": [ |
| "functional", |
| "red", |
| "black", |
| "tree", |
| "binary", |
| "search", |
| "balance", |
| "persistent", |
| "fully", |
| "dynamic", |
| "data", |
| "structure" |
| ], |
| "license": "MIT", |
| "main": "rbtree.js", |
| "name": "functional-red-black-tree", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/mikolalysenko/functional-red-black-tree.git" |
| }, |
| "scripts": { |
| "test": "tape test/*.js" |
| }, |
| "version": "1.0.1" |
| } |