1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Support composer

This commit is contained in:
Bao Bao
2018-04-04 16:42:52 +07:00
parent 03e7ec5711
commit a7f5b22200
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@@ -16,3 +16,4 @@ generated-site
deploy-site deploy-site
/commits.sh /commits.sh
/assets/css/ /assets/css/
/vendor/

15
composer.json Normal file
View File

@@ -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"
}
]
}