-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
58 lines (58 loc) · 992 Bytes
/
bower.json
File metadata and controls
58 lines (58 loc) · 992 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
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
{
"name": "set-distance",
"main": "dist/index.js",
"homepage": "https://github.com/varad11/set-distance",
"authors": [
"Varad Shevade"
],
"description": "Finds measure of similarity/distance between two input sets.",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"typescript": "^3.4.5"
},
"dependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4"
},
"keywords": [
"set",
"sorensen",
"dice",
"jaccard",
"ochiai",
"otsuka",
"barkman",
"overlap",
"levenshtein",
"edit-distance",
"euclidean",
"distance",
"coefficient",
"algorithm",
"string",
"strings",
"difference",
"diff",
"similar",
"similarity",
"compare",
"comparison",
"match",
"matching",
"string",
"standard",
"utility",
"method",
"text",
"manipulation",
"measure",
"index"
]
}