mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
Support composer
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,3 +16,4 @@ generated-site
|
|||||||
deploy-site
|
deploy-site
|
||||||
/commits.sh
|
/commits.sh
|
||||||
/assets/css/
|
/assets/css/
|
||||||
|
/vendor/
|
||||||
|
|||||||
15
composer.json
Normal file
15
composer.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user