Create composer.json
This commit is contained in:
parent
6912edadbb
commit
38c5ad2196
22
composer.json
Normal file
22
composer.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "mathjax/mathjax",
|
||||
"type": "library",
|
||||
"description": "MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers.",
|
||||
"keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"],
|
||||
"homepage": "http://www.mathjax.org/",
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Davide Cervone",
|
||||
"homepage": "https://github.com/dpvc"
|
||||
},
|
||||
{
|
||||
"name": "Christian Perfect",
|
||||
"homepage": "https://github.com/christianp"
|
||||
},
|
||||
{
|
||||
"name": "Peter Krautzberger",
|
||||
"homepage": "https://github.com/pkra"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user