From e1a256e057dea4b096ef2498ebbfc5afcceeb7b3 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Tue, 11 Aug 2015 16:22:17 +0100 Subject: [PATCH] Add component config file --- component.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..7e7ef9a --- /dev/null +++ b/component.json @@ -0,0 +1,19 @@ +{ + "name": "Voog/wysihtml", + "description": "wysihtml is an extended and less strict approach on xing/wysihtml5 open source rich text editor based on HTML5 technology.", + + "repository": "Voog/wysihtml", + + "keywords": [ + "wysiwyg" + ], + + "main": "dist/wysihtml-toolbar.js", + + "scripts": [ + "dist/wysihtml-toolbar.js", + "dist/wysihtml.js" + ], + + "license": "MIT" +} \ No newline at end of file