3x3-equation-solver
Version:
Solves systems of 3 equations with three unknowns.
44 lines • 976 B
JSON
{
"name": "3x3-equation-solver",
"version": "1.2.20",
"description": "Solves systems of 3 equations with three unknowns.",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IonicaBizau/3x3-equation-solver.git"
},
"keywords": [
"system",
"equation",
"math"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/3x3-equation-solver/issues"
},
"homepage": "https://github.com/IonicaBizau/3x3-equation-solver#readme",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}