diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ca90263 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "orangehill/jstree-bootstrap-theme", + "description": "Bootstrap theme for jsTree 3", + "type": "component", + "license": "MIT", + "authors": [ + { + "name": "Vedran Opacic @ Orange Hill Development", + "email": "vedran.opacic@orangehilldev.com" + } + ], + "support": { + "issues": "https://github.com/orangehill/jstree-bootstrap-theme/issues" + } +}