-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathbower.json
54 lines (54 loc) · 1.06 KB
/
bower.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "clj-fuzzy",
"version": "0.4.1",
"description": "A handy collection of algorithms dealing with fuzzy strings and phonetics.",
"homepage": "http://yomguithereal.github.io/clj-fuzzy/",
"author": {
"name": "Yomguithereal",
"url": "http://github.com/Yomguithereal"
},
"repository": {
"type": "git",
"url": "https://github.com/Yomguithereal/clj-fuzzy.git"
},
"main": "src-js/index.js",
"keywords": [
"fuzzy",
"strings",
"metrics",
"matching",
"clojure",
"clojurescript",
"caverphone",
"dice",
"hamming",
"jaccard",
"jaro-winkler",
"lancaster",
"levenshtein",
"nysiis",
"metaphone",
"porter",
"lancaster",
"schinke",
"stemmer",
"soundex",
"tversky"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Yomguithereal/clj-fuzzy/issues"
},
"ignore": [
".gitignore",
".npmignore",
"Gruntfile.js",
"package.json",
"project.clj",
"src-js/export.js",
"src-js/clj-fuzzy.temp.js",
"src",
"src-cljs",
"test"
]
}