UNPKG

1d-range-query

Version:
30 lines (29 loc) 734 B
{ "name": "1d-range-query", "version": "1.0.2", "description": "Efficient range maximum/minimum query", "main": "index.js", "scripts": { "test": "mocha --check-leaks", "test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --check-leaks" }, "repository": { "type": "git", "url": "git+https://github.com/SummerWish/1d-range-query.git" }, "keywords": [ "RMQ" ], "author": "Breezewish", "license": "MIT", "bugs": { "url": "https://github.com/SummerWish/1d-range-query/issues" }, "homepage": "https://github.com/SummerWish/1d-range-query#readme", "devDependencies": { "assert": "~1.3.0", "coveralls": "^2.11.8", "istanbul": "^0.4.2", "mocha": "^2.4.5" } }