deployment ready
This commit is contained in:
43
bower_components/sifter/package.json
vendored
Normal file
43
bower_components/sifter/package.json
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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-2.0",
|
||||
"author": "Brian Reavis <brian@thirdroute.com>",
|
||||
"main": "./sifter.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/brianreavis/sifter.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha -R list"
|
||||
},
|
||||
"bin": {
|
||||
"sifter": "./bin/sifter.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"optimist": "^0.6.1",
|
||||
"cardinal": "^1.0.0",
|
||||
"async": "^2.6.0",
|
||||
"humanize": "^0.0.9",
|
||||
"csv-parse": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.0.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^4.0.1",
|
||||
"mocha-istanbul": "^0.3.0",
|
||||
"mocha-lcov-reporter": "^1.3.0",
|
||||
"uglify-js": "^3.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user