UNPKG

lapack

Version:
40 lines (39 loc) 796 B
{ "name": "lapack", "description": "", "version": "0.1.0", "homepage": "https://github.com/NaturalNode/node-lapack", "engines": { "node": ">=0.2.6" }, "dependencies": { "ffi": ">=1.2.7" }, "author": "Chris Umbel <chris@chrisumbel.com>", "keywords": [ "lapack", "math", "linear", "algebra", "HPC" ], "main": "./lib/node-lapack/index.js", "maintainers": [ { "name": "Chris Umbel", "email": "chris@chrisumbel.com", "web": "http://www.chrisumbel.com" } ], "repository": { "type": "git", "url": "https://github.com/NaturalNode/node-lapack.git" }, "scripts": { "test": "node ./node_modules/.bin/mocha spec/lapack_spec.js" }, "devDependencies": { "mocha": "^2.2.1", "expect": "^1.6.0" } }