{
  "name": "ndarray-linear-solve",
  "version": "3.0.0",
  "description": "solve a linear system with a cached LU decomposition",
  "main": "index.js",
  "dependencies": {
    "ndarray": "^1.0.14",
    "ndarray-crout-decomposition": "^1.1.0",
    "ndarray-lu-solve": "^1.1.0",
    "ndarray-scratch": "^1.1.0"
  },
  "devDependencies": {
    "tape": "~2.12.1",
    "ndarray-show": "~1.1.0"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/ndarray-linear-solve.git"
  },
  "homepage": "https://github.com/substack/ndarray-linear-solve",
  "keywords": [
    "ndarray",
    "linear",
    "algebra",
    "equations",
    "math",
    "linalg",
    "lu",
    "decomposition",
    "matrix"
  ],
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "license": "MIT",
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/15",
      "firefox/latest",
      "firefox/nightly",
      "chrome/15",
      "chrome/latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  }
}
