forked from mattyork/fuzzy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent.json
More file actions
33 lines (33 loc) · 699 Bytes
/
Copy pathcomponent.json
File metadata and controls
33 lines (33 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "fuzzy",
"description": "small, standalone fuzzy search / fuzzy filter. browser or node",
"version": "0.1.0",
"homepage": "https://github.com/mattyork/fuzzy",
"author": {
"name": "Matt York",
"email": "york.matt@gmail.com",
"url": "mattyork.org"
},
"repository": {
"type": "git",
"url": "git://github.com/mattyork/fuzzy.git"
},
"bugs": {
"url": "https://github.com/mattyork/fuzzy/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mattyork/fuzzy/blob/master/LICENSE-MIT"
}
],
"main": "lib/fuzzy.js",
"scripts": [
"lib/fuzzy.js"
],
"keywords": [
"fuzzy",
"search",
"filter"
]
}