www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 38c5ad2196f2a35b03db0f71cf93e1cd65275190
parent 6912edadbb3b67a98f83e7ac3b92156652708c98
Author: Nikolai Neff <nineff@gmail.com>
Date:   Wed, 16 Jul 2014 19:28:44 +0200

Create composer.json
Diffstat:
Acomposer.json | 22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/composer.json b/composer.json @@ -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" + } + ] +}