binaryheapx
Version:
JavaScript Implementation of the Binary Heap.
33 lines (32 loc) • 854 B
JSON
{
"name": "binaryheapx",
"version": "0.1.1",
"description": "JavaScript Implementation of the Binary Heap.",
"bin": {
"BinaryHeap": "./bin/BinaryHeap"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/xudafeng/BinaryHeap.git"
},
"dependencies": {
},
"keywords": ["BinaryHeap", "heap", "sort"],
"devDependencies": {
"mocha": "*",
"should": "*",
"istanbul": "*",
"should": "~4.0.4",
"should-http": "0.0.2"
},
"scripts": {
"test": "mocha test/**/*.js",
"test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 20000 -r should-http test/*.test.js"
},
"homepage": "https://github.com/xudafeng/BinaryHeap",
"author": "xudafeng",
"email": "xudafeng[at]126.com",
"blog": "http://xdf.me",
"license": "MIT"
}