node-red-contrib-tak-registration
Version:
A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK
41 lines (40 loc) • 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"
]
}