aureooms-js-search
Version:
item retrieval code bricks for JavaScript
35 lines • 827 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": "^1.1.3",
"aureooms-js-random": "^0.0.3",
"aureooms-js-array": "^0.0.2"
},
"description": "item retrieval code bricks for JavaScript",
"author": "aureooms"
}