mathjs/component.json
2017-02-22 21:39:45 +01:00

25 lines
731 B
JSON

{
"name": "mathjs",
"version": "3.9.3",
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices.",
"repo": "josdejong/mathjs",
"main": "dist/math.min.js",
"license": "Apache-2.0",
"keywords": [
"math",
"mathematics",
"functions",
"numeric",
"parser",
"expression",
"number",
"bignumber",
"complex",
"matrix",
"unit"
],
"scripts": [
"dist/math.min.js"
]
}