@aureooms/js-search
Version:
item retrieval code bricks for JavaScript
35 lines • 830 B
JSON
{
"name": "@aureooms/js-search",
"bugs": {
"url": "https://github.com/aureooms/js-search/issues"
},
"dependencies": {},
"homepage": "http://aureooms.github.io/js-search/",
"scripts": {
"build": "./node_modules/.bin/aureooms-node-package-build",
"test": "./node_modules/.bin/aureooms-node-package-test",
"doc": "./node_modules/.bin/groc"
},
"keywords": [
"binarysearch",
"bricks",
"data",
"javascript",
"js",
"search"
],
"license": "AGPL-3.0",
"main": "js/dist/search.js",
"repository": {
"url": "https://github.com/aureooms/js-search.git",
"type": "git"
},
"version": "0.0.4",
"devDependencies": {
"aureooms-node-package": "^6.0.1",
"@aureooms/js-random": "^2.0.0",
"@aureooms/js-array": "^3.1.0"
},
"description": "item retrieval code bricks for JavaScript",
"author": "aureooms"
}