{
  "name": "ndarray-cholesky-factorization",
  "version": "1.0.2",
  "description": "Cholesky Factorization of ndarrays",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/browserify -t coverify test/test.js --bare | node | ./node_modules/.bin/coverify"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scijs/ndarray-cholesky-factorization.git"
  },
  "keywords": [
    "linear-algebra",
    "matrix",
    "decomposition",
    "factorization",
    "ndarray",
    "scijs"
  ],
  "author": "Philipp Burckhardt",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scijs/ndarray-cholesky-factorization/issues"
  },
  "homepage": "https://github.com/scijs/ndarray-cholesky-factorization#readme",
  "dependencies": {
    "ndarray": "^1.0.16",
    "ndarray-blas-level1": "^1.0.2",
    "ndarray-scratch": "^1.1.1"
  },
  "devDependencies": {
    "browserify": "^10.0.0",
    "coverify": "^1.1.0",
    "ndarray-ops": "^1.2.2",
    "tape": "^4.0.0"
  }
}
