41 lines
888 B
JSON
41 lines
888 B
JSON
{
|
|
"name": "density-clustering",
|
|
"version": "1.3.0",
|
|
"description": "Density Based Clustering in JavaScript",
|
|
"main": "./dist/clustering.min.js",
|
|
"directories": {
|
|
"example": "example",
|
|
"test": "test"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/LukaszKrawczyk/density-clustering.git"
|
|
},
|
|
"keywords": [
|
|
"DBSCAN",
|
|
"OPTICS",
|
|
"K-Means",
|
|
"clustering",
|
|
"cluster",
|
|
"analysis",
|
|
"machine",
|
|
"learning",
|
|
"statistics"
|
|
],
|
|
"authors": {
|
|
"name": "Lukasz Krawczyk"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/LukaszKrawczyk/density-clustering/issues"
|
|
},
|
|
"homepage": "https://github.com/LukaszKrawczyk/density-clustering",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
}
|