laplace-determinant
Version:
recursive determinant computation using Laplace expansion
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "laplace-determinant",
"version": "0.2.1",
"description": "recursive determinant computation using Laplace expansion",
"main": "laplace-determinant.js",
"scripts": {
"check-deps": "npm outdated",
"lint": "standa",
"postversion": "git push origin v${npm_package_version}; npm publish; git push origin master",
"test": "NODE_PATH=. tape test.js"
},
"pre-commit": [
"lint",
"test",
"check-deps"
],
"repository": {
"type": "git",
"url": "https://github.com/fibo/laplace-determinant.git"
},
"keywords": [
"algebra",
"determinant"
],
"author": {
"name": "Gianluca Casati",
"url": "http://g14n.info"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fibo/laplace-determinant/issues"
},
"homepage": "http://g14n.info/laplace-determinant",
"devDependencies": {
"dot-editorconfig": "^1.1.0",
"pre-commit": "^1.2.2",
"standa": "^2.0.1",
"tape": "^4.9.0"
},
"dependencies": {
"not-defined": "^2.0.1"
}
}