FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
mathjs/composer.json at algebraic_differentiation · JavaScriptIOT/mathjs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptIOT
/
mathjs
Public
forked from
josdejong/mathjs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
mathjs
/
composer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 854 Bytes
Breadcrumbs
mathjs
/
composer.json
Copy path
File metadata and controls
29 lines (29 loc) · 854 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
"
]
}
}
}
Back
|
FazBrowse Home
|
New Git URL