UNPKG

matrixlib-js

Version:

MatrixLib.js is a JavaScript simple matrix calculation library.

34 lines (33 loc) 752 B
{ "name": "matrixlib-js", "version": "0.3.1", "description": "MatrixLib.js is a JavaScript simple matrix calculation library.", "main": "./dist/matrixlib.js", "scripts": { "start": "node app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/webryone/matrixlib.js.git" }, "keywords": [ "matrix.js", "matrixlib.js", "matrix", "calculation", "math", "utility", "machinelearning", "deeplearning" ], "author": "Kohei Katada, <info@webfacts.jp>", "license": "MIT", "bugs": { "url": "https://twitter.com/webryone" }, "homepage": "https://www.webfacts.jp", "dependencies": { "express": "^4.15.3" } }