-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
76 lines (76 loc) · 1.3 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "liblevenshtein-website",
"description": "Website for liblevenshtein.",
"main": "js/main.js",
"authors": [
"Dylon Edwards <[email protected]>"
],
"license": "MIT",
"keywords": [
"approximate",
"string",
"matching",
"automata",
"bioinformatics",
"computational",
"biology",
"computer",
"science",
"data",
"science",
"dawg",
"dictionary",
"distance",
"measure",
"distance",
"metric",
"edit",
"distance",
"finite",
"state",
"automata",
"finite",
"state",
"automaton",
"finite",
"state",
"transducer",
"fuzzy",
"search",
"fuzzy",
"searching",
"genomics",
"information",
"retrieval",
"levenshtein",
"automata",
"levenshtein",
"distance",
"maching",
"learning",
"mafsa",
"search",
"engine",
"spelling",
"correction",
"transducer",
"trie",
"universal",
"automata"
],
"homepage": "https://github.com/universal-automata/liblevenshtein-website",
"private": true,
"ignore": [
"**/.*",
"node_modules"
],
"dependencies": {
"jquery": "^3.0.0",
"requirejs": "^2.2.0",
"bootstrap": "^3.3.6",
"jquery-ui": "jqueryui#^1.11.4"
},
"resolutions": {
"jquery": "^3.0.0"
}
}