Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MathJax
MathJax
Merge requests
!1333
improve npm workflows
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Peter Krautzberger
requested to merge
issue1328
into
develop
9 years ago
Overview
1
Commits
3
Pipelines
0
Changes
2
add package.json
add .npmignore
Fixes
#1328 (closed)
0
0
Compare
develop
develop (base)
and
latest version
latest version
1eb56828
3 commits,
2 years ago
2 files
+
34
-
0
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Search (e.g. *.vue) (Ctrl+P)
.npmi
gnore
+7
-0
packag
e.json
+27
-0
.npmignore
0 → 100644
+
7
-
0
Options
View file @ 1eb56828
Edit in single-file editor
Open in Web IDE
.DS_Store
docs/build/html-mathjax-site
config/local/*.js
!config/local/local.js
unpacked/config/local/*.js
!unpacked/config/local/local.js
fonts/HTML-CSS/TeX/png
package.json
0 → 100644
+
27
-
0
Options
View file @ 1eb56828
Edit in single-file editor
Open in Web IDE
{
"name"
:
"mathjax"
,
"version"
:
"2.6.0"
,
"description"
:
"Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers."
,
"keywords"
:
[
"math"
,
"svg"
,
"mathml"
,
"tex"
,
"latex"
,
"asciimath"
,
"browser"
,
"browser-only"
],
"maintainers"
:
[
"MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
],
"bugs"
:
{
"url"
:
"
http://github.com/mathjax/MathJax/issues
"
},
"license"
:
"
Apache-2.0
"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/mathjax/MathJax.git"
},
"main"
:
"./MathJax.js"
}
Menu
Explore
Projects
Groups
Snippets