UNPKG

jhcluster

Version:

Hierarchical clustering algorithm

34 lines (33 loc) 725 B
{ "name": "jhcluster", "version": "1.0.2", "description": "Hierarchical clustering algorithm", "main": "dist/jHC.js", "scripts": { "build": "babel src -s -d dist", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/upphiminn/jHC.git" }, "keywords": [ "hierarchical clustering", "clustering", "algorithms", "computation", "gps clustering", "gps" ], "author": "Corneliu S.", "license": "MIT", "bugs": { "url": "https://github.com/upphiminn/jHC/issues" }, "homepage": "https://github.com/upphiminn/jHC#readme", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4" } }