commit 143d071df00a725fd18b370ac1cba4738fa36d13
parent 14f8b4a7ab84ccde0260695a57f35b575e866490
Author: Peter Krautzberger <peter.krautzberger@mathjax.org>
Date: Tue, 5 Aug 2014 20:57:57 +0200
Merge pull request #870 from Gefrierbrand/develop
Create composer.json
Diffstat:
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"
+ }
+ ]
+}