44 lines
1011 B
JSON
44 lines
1011 B
JSON
{
|
|
"name": "sifter",
|
|
"keywords": [
|
|
"search",
|
|
"filter",
|
|
"sift",
|
|
"data",
|
|
"results",
|
|
"match",
|
|
"sort",
|
|
"autocomplete"
|
|
],
|
|
"description": "A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.",
|
|
"version": "0.5.3",
|
|
"license": "Apache License, Version 2.0",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianreavis/sifter.js.git"
|
|
},
|
|
"main": [
|
|
"sifter.js"
|
|
],
|
|
"ignore": [
|
|
"Makefile",
|
|
"test",
|
|
"lib",
|
|
"bin",
|
|
"benchmark",
|
|
"node_modules",
|
|
".travis.yml"
|
|
],
|
|
"dependencies": {},
|
|
"homepage": "https://github.com/brianreavis/sifter.js",
|
|
"_release": "0.5.3",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v0.5.3",
|
|
"commit": "2a9c84ec5ac63ceaa4516205e013113626d36a2d"
|
|
},
|
|
"_source": "https://github.com/brianreavis/sifter.js.git",
|
|
"_target": "0.5.x",
|
|
"_originalSource": "sifter"
|
|
} |