diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f5ef40b --- /dev/null +++ b/composer.json @@ -0,0 +1,22 @@ +{ + "name": "vrana/jush", + "description": "JUSH - JavaScript Syntax Highlighter", + "homepage": "http://jush.sourceforge.net/", + "keywords": [ + "syntax highlighter", + "javascript" + ], + "support": { + "source": "https://github.com/vrana/jush/" + }, + "authors": [ + { + "name": "Jakub Vrána", + "homepage": "https://www.vrana.cz/" + } + ], + "license": [ + "Apache-2.0", + "GPL-2.0-only" + ] +}