deployment ready

This commit is contained in:
Rohit
2019-06-07 01:50:06 -04:00
parent 28f9d5041d
commit 622b0d9490
51 changed files with 25784 additions and 181 deletions

44
bower_components/sifter/.bower.json vendored Normal file
View File

@@ -0,0 +1,44 @@
{
"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"
}