-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.44 KB
/
package.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
{
"private": true,
"name": "liblevenshtein-website",
"version": "3.0.0",
"description": "Website for liblevenshtein.",
"homepage": "http://universal-automata.github.io/liblevenshtein",
"bugs": "https://github.com/universal-automata/liblevenshtein-website/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "universal-automata/liblevenshtein-website"
},
"author": {
"name": "Dylon Edwards",
"email": "[email protected]",
"url": "https://github.com/dylon"
},
"contributors": [
],
"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"
],
"devDependencies": {
"grunt": "~1.0.1",
"grunt-bower-requirejs": "~2.0.0",
"bower": "~1.8.8"
},
"files": [
"CHANGELOG.md",
"Gemfile",
"LICENSE",
"README.md",
"_config.yml",
"_data",
"css",
"google8c45aa6b2510ec1a.html",
"js",
"script"
]
}