From 6f4e94d7660f1d610347e3b7871b0617d1cf5557 Mon Sep 17 00:00:00 2001 From: Bernhard Rusch Date: Thu, 1 Mar 2018 18:07:19 +0100 Subject: [PATCH] added composer.json --- composer.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 composer.json 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" + ] +}