UNPKG

avl-tree-adt

Version:
33 lines (32 loc) 831 B
{ "name": "avl-tree-adt", "version": "0.0.0", "description": "AVL Tree ADT for browser and nodejs", "main": "dist/avl-tree-adt.js", "scripts": { "test": "node test/test.js" }, "repository": { "type": "git", "url": "https://github.com/pasangsherpa/avl-tree-adt.git" }, "keywords": [ "avl-tree", "adt", "datatype", "abstractdatatype" ], "author": "Pasang Sherpa <pgyalzen@gmail.com> (https://github.com/pasangsherpa)", "license": "MIT", "bugs": { "url": "https://github.com/pasangsherpa/avl-tree-adt/issues" }, "homepage": "https://github.com/pasangsherpa/avl-tree-adt", "devDependencies": { "grunt": "^0.4.1", "grunt-contrib-concat": "^0.4.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-uglify": "^0.4.0", "load-grunt-tasks": "^0.4.0" } }