bheep
Version:
Binary heap for javascript
33 lines (32 loc) • 730 B
JSON
{
"name": "bheep",
"version": "0.1.6",
"description": "Binary heap for javascript",
"keywords": [
"binary",
"heap"
],
"license": "MIT",
"repository": "git://github.com/bcoin-org/bheep.git",
"homepage": "https://github.com/bcoin-org/bheep",
"bugs": {
"url": "https://github.com/bcoin-org/bheep/issues"
},
"author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
"main": "./lib/bheep.js",
"scripts": {
"lint": "eslint lib/ test/",
"test": "bmocha --reporter spec test/*-test.js",
"lint-types": "tsc -p ."
},
"dependencies": {
"bsert": "~0.0.12"
},
"devDependencies": {
"bmocha": "^2.1.0",
"bts-type-deps": "^0.0.3"
},
"engines": {
"node": ">=8.0.0"
}
}