mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-19 01:36:01 +10:00
31 lines
738 B
JSON
31 lines
738 B
JSON
{
|
|
"name": "mathjs",
|
|
"version": "0.15.0",
|
|
"filename": "math.min.js",
|
|
"homepage": "http://mathjs.org",
|
|
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features real and complex numbers, units, matrices, a large set of mathematical functions, and a flexible expression parser.",
|
|
"author": "Jos de Jong <wjosdejong@gmail.com>",
|
|
"contributors": [
|
|
{
|
|
"name": "Jos de Jong",
|
|
"email": "wjosdejong@gmail.com"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/josdejong/mathjs.git"
|
|
},
|
|
"keywords": [
|
|
"math",
|
|
"mathematics",
|
|
"functions",
|
|
"numeric",
|
|
"parser",
|
|
"expression",
|
|
"real",
|
|
"complex",
|
|
"matrix",
|
|
"unit"
|
|
]
|
|
}
|