UNPKG

gs-pca-no-console

Version:

Principal Components Analysis in javascript

51 lines (50 loc) 1.03 kB
{ "name": "gs-pca-no-console", "version": "1.0.5", "description": "Principal Components Analysis in javascript", "main": "pca.js", "devDependencies": { "fancy-log": "^1.3.3", "gulp-concat": "^2.6.1", "gulp-minifier": "^1.2.2", "gulp-rename": "^1.4.0", "gulp-strip-comments": "^2.5.2", "gulp-watch": "^5.0.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/bitanath/pca.git" }, "nodemonConfig": { "ignore": [ "temp/*", "download/*", ".git", "node_modules/**/node_modules" ], "delay": "2500" }, "author": "Bitan Nath", "license": "MIT", "homepage": "https://bitanlearns.ml", "keywords": [ "principal", "components", "analysis", "pca", "machine", "learning", "ml", "data", "dimensionality" ], "dependencies": { "gulp": "^4.0.2" }, "bugs": { "url": "https://github.com/bitanath/pca/issues" } }