This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/fuzzy/bower.json
2020-11-01 22:46:04 +00:00

34 lines
680 B
JSON

{
"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"
]
}