ml-matrix
Version:
Matrix manipulation and computation library
60 lines (59 loc) • 1.27 kB
JSON
{
"name": "ml-matrix",
"version": "1.2.1",
"description": "Matrix manipulation and computation library",
"main": "src/index.js",
"directories": {
"lib": "src",
"test": "test"
},
"files": [
"src"
],
"scripts": {
"test": "mocha --require should-approximately-deep --reporter mocha-better-spec-reporter --recursive",
"doc": "jsdoc2md src/matrix.js > Documentation.md"
},
"repository": {
"type": "git",
"url": "https://github.com/mljs/matrix.git"
},
"keywords": [
"matrix",
"decomposition",
"SVD",
"singular",
"value",
"EVD",
"eigenvalue",
"LU",
"Qr",
"Cholesky",
"data",
"mining",
"datamining",
"machine",
"learning"
],
"author": "Michaël Zasso",
"license": "MIT",
"bugs": {
"url": "https://github.com/mljs/matrix/issues"
},
"engines": {
"node": ">=2.0.0"
},
"homepage": "https://github.com/mljs/matrix",
"devDependencies": {
"benchmark": "^2.1.0",
"csv-parse": "^1.0.0",
"jsdoc-to-markdown": "^1.1.1",
"mathjs": "^3.2.1",
"mocha": "^2.2.5",
"mocha-better-spec-reporter": "^3.0.0",
"numeric": "^1.2.6",
"pretty-hrtime": "^1.0.0",
"should": "^9.0.2",
"should-approximately-deep": "^1.1.0"
}
}