{
  "name": "nipals-pca",
  "version": "0.0.4",
  "description": "A NIPALS implementation of PCA that handles missing values",
  "main": "index.js",
  "scripts": {
    "test": "mocha || true"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/h.f.pettersson/nipals-pca-js.git"
  },
  "keywords": [
    "NIPALS",
    "PCA",
    "Missing"
  ],
  "author": "Fredrik Pettersson",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/h.f.pettersson/nipals-pca-js/issues"
  },
  "homepage": "https://gitlab.com/h.f.pettersson/nipals-pca-js#README",
  "dependencies": {
    "ml-matrix": "^6.4.1",
    "papaparse": "^5.1.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-roughly": "^1.0.0",
    "mocha": "^6.2.2"
  }
}
