mathjs/component.json
2015-07-29 21:46:05 +02:00

25 lines
595 B
JSON

{
"name": "mathjs",
"repo": "josdejong/mathjs",
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices.",
"version": "2.0.1",
"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"
]
}