hdsp2
Version:
High-Dimensional Space Projections
56 lines (55 loc) • 1.21 kB
JSON
{
"name": "hdsp2",
"version": "2.0.1",
"description": "High-Dimensional Space Projections",
"author": {
"name": "Daniel Karl",
"email": "daniel.karl@ibm.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IBM/projections/issues"
},
"homepage": "https://github.com/IBM/projections",
"main": "dist/HDSP.js",
"types": "dist/HDSP.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepare": "npm run build",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/IBM/projections.git"
},
"keywords": [
"high",
"dimensional",
"space",
"projections",
"dimensionality",
"reduction",
"procrustes",
"analysis",
"multi",
"scaling"
],
"devDependencies": {
"@types/seedrandom": "^3.0.8",
"ts-node": "10.9.2",
"typescript": "4.6.4",
"typescript-compiler": "1.4.1-2"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@tyriar/fibonacci-heap": "2.0.9",
"seedrandom": "^3.0.5"
}
}