Skip to content

Commit 58bf137

Browse files
committed
Create composer.json
1 parent 1c54436 commit 58bf137

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

composer.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "mathjax/mathjax",
3+
"type": "library",
4+
"description": "MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers.",
5+
"keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"],
6+
"homepage": "http://www.mathjax.org/",
7+
"license": "Apache-2.0",
8+
"version": "2.4",
9+
"authors": [
10+
{
11+
"name": "Davide Cervone",
12+
"homepage": "https://github.com/dpvc"
13+
},
14+
{
15+
"name": "Christian Perfect",
16+
"homepage": "https://github.com/christianp"
17+
},
18+
{
19+
"name": "Peter Krautzberger",
20+
"homepage": "https://github.com/pkra"
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)