UNPKG

990 BJSONView Raw
1{
2 "name": "components/mathjs",
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.",
4 "type": "component",
5 "homepage": "http://mathjs.org",
6 "license": "Apache-2.0",
7 "support": {
8 "issues": "https://github.com/josdejong/mathjs/issues",
9 "source": "https://github.com/josdejong/mathjs/",
10 "docs": "http://mathjs.org/docs"
11 },
12 "authors": [
13 {
14 "name": "Jos de Jong",
15 "email": "wjosdejong@gmail.com"
16 }
17 ],
18 "extra": {
19 "component": {
20 "scripts": [
21 "./dist/math.js"
22 ],
23 "files": [
24 "./dist/math.min.js",
25 "./dist/math.map"
26 ]
27 }
28 }
29}
\No newline at end of file