diff --git a/.gitignore b/.gitignore index a5b38bb8f..402b44375 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ generated-site deploy-site /commits.sh /assets/css/ +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..3ff76cf1d --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "tabler/tabler", + "description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!", + "type": "library", + "license": "MIT", + "require": {}, + "require-dev": {}, + "autoload": {}, + "authors": [ + { + "name": "codecalm", + "email": "codecalm@gmail.com" + } + ] +}