UNPKG

@bluemath/linalg

Version:
44 lines (43 loc) 1.39 kB
{ "name": "@bluemath/linalg", "version": "0.2.2", "description": "Bluemath Linear Algebra library", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build-test": "webpack --config webpack.test.config.js", "watch-test": "webpack --watch --config webpack.test.config.js", "build-docs": "rm -rf docs/* && typedoc --excludeExternals --excludeNotExported --excludePrivate --out ./docs --mode file --readme docindex.md", "build-docs-prod": "rm -rf docs/* && typedoc --excludeExternals --excludeNotExported --excludePrivate --out ./docs --mode file --readme docindex.md --gaID \"UA-99857402-1\" ", "prepare": "(cd src; tsc -p .)" }, "repository": { "type": "git", "url": "git+https://github.com/bluemathsoft/bm-linalg.git" }, "keywords": [ "Math", "Linear Algebra", "LAPACK", "WebAssembly", "Emscripten" ], "author": "Jayesh Salvi", "license": "Apache-2.0", "devDependencies": { "@types/jquery": "^3.2.12", "@types/qunit": "^2.0.31", "awesome-typescript-loader": "^3.2.3", "source-map-loader": "^0.2.1", "typedoc": "^0.8.0", "typescript": "^2.5.2", "webpack": "^3.6.0" }, "bugs": { "url": "https://github.com/bluemathsoft/bm-linalg/issues" }, "homepage": "https://github.com/bluemathsoft/bm-linalg#readme", "dependencies": { "@bluemath/common": "^0.2.1" } }