-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 887 Bytes
/
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
{
"name": "set-clustering",
"version": "1.1.0",
"description": "Tool for grouping objects by similarity.",
"main": "cluster.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"keywords": [
"algorithm",
"clustering",
"grouping",
"similarity"
],
"repository": {
"type": "git",
"url": "https://github.com/deestan/set-clustering.git"
},
"author": "Helge Skogly Holm <[email protected]>",
"contributors": [
{
"name": "Silviu Burcea",
"email": "[email protected]",
"url": "https://github.com/silviuburceadev/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/deestan/set-clustering/issues"
},
"homepage": "https://github.com/deestan/set-clustering",
"devDependencies": {
"difflib": "^0.2.4",
"mocha": "^10.1.0"
},
"engines": {
"node": ">=8"
}
}