Files
cdnjs/ajax/libs/mathjs/package.json
T

34 lines
1.1 KiB
JSON

{
"name": "mathjs",
"version": "0.17.0",
"filename": "math.min.js",
"homepage": "http://mathjs.org",
"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.",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
"contributors": [
"Sebastien Piquemal (https://github.com/sebpiq)",
"Guillermo Indalecio Fernández (https://github.com/guillermobox)",
"Huseyn Guliyev (https://github.com/husayt)",
"Jim Garrison (https://github.com/garrison)",
"Bart Kiers (https://github.com/bkiers)",
"Zak Zibrat (https://github.com/palimpsests)",
"Bryan Cuccioli (https://github.com/bcuccioli)"
],
"repository": {
"type": "git",
"url": "git://github.com/josdejong/mathjs.git"
},
"keywords": [
"math",
"mathematics",
"functions",
"numeric",
"parser",
"expression",
"real",
"complex",
"matrix",
"unit"
]
}