splay
Version:
Immutable splay trees.
30 lines (29 loc) • 574 B
JSON
{
"name": "splay",
"version": "0.2.0",
"description": "Immutable splay trees.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nrn/splay.git"
},
"keywords": [
"splay",
"binary",
"search",
"tree",
"sort"
],
"author": "Nick Niemeir <nick.niemeir@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/nrn/splay/issues"
},
"homepage": "https://github.com/nrn/splay#readme",
"devDependencies": {
"tape": "^4.4.0"
}
}