This commit is contained in:
33
node_modules/fuzzy/bower.json
generated
vendored
Normal file
33
node_modules/fuzzy/bower.json
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "fuzzy",
|
||||
"version": "0.1.1",
|
||||
"homepage": "https://github.com/mattyork/fuzzy",
|
||||
"authors": [
|
||||
"Matt York <york.matt@gmail.com>"
|
||||
],
|
||||
"description": "small, standalone fuzzy search / fuzzy filter like sublime text Cmd-P. browser or node.",
|
||||
"main": "lib/fuzzy.js",
|
||||
"keywords": [
|
||||
"fuzzy",
|
||||
"search",
|
||||
"filter",
|
||||
"sublime",
|
||||
"sublime text"
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"mocha": ">= 1.3.0",
|
||||
"chai": ">= 1.1.1",
|
||||
"underscore": ">= 1.3.3",
|
||||
"uglify-js": ">= 1.3.2",
|
||||
"jshint": ">= 0.7.1"
|
||||
},
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests",
|
||||
"examples"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user