mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
8dceac768f
29
composer.json
Normal file
29
composer.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "components/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.",
|
||||
"type": "component",
|
||||
"homepage": "http://mathjs.org",
|
||||
"license": "Apache 2.0",
|
||||
"support": {
|
||||
"issues": "https://github.com/josdejong/mathjs/issues",
|
||||
"source": "https://github.com/josdejong/mathjs/",
|
||||
"docs": "http://mathjs.org/docs"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jos de Jong",
|
||||
"email": "wjosdejong@gmail.com"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"component": {
|
||||
"scripts": [
|
||||
"./dist/math.js"
|
||||
],
|
||||
"files": [
|
||||
"./dist/math.min.js",
|
||||
"./dist/math.map"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user