{
  "name": "matrixy",
  "version": "1.1.1",
  "description": "A general-purpose matrix library capable of LU-decomposition and solving equations of the form Ax=b.",
  "main": "lib/index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "chai": "^3"
  },
  "devDependencies": {
    "chai-stats": "^0.3",
    "coffee-script": "^1.9",
    "coffeelint": "^1.8",
    "jsdoc": "^3",
    "mocha": "^2.1",
    "rimraf": "^2.2.8"
  },
  "scripts": {
    "prepublish": "cake build && cake doc",
    "pretest": "coffeelint src/*",
    "test": "cake test"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/ThomWright/matrixy"
  },
  "keywords": [
    "matrix",
    "matrices",
    "LU",
    "decomposition",
    "simultaneous",
    "equations"
  ],
  "author": "Thom Wright",
  "license": "MIT",
  "bugs": {
    "url": "http://github.com/ThomWright/matrixy/issues"
  },
  "homepage": "http://github.com/ThomWright/matrixy"
}
