Files
Arief Wijaya d7970452b9 Add Composer JSON
I want to create template in php project, my template need to use this
repository as require library. It must have composer.json to make it
possible.
2017-10-21 10:24:39 +07:00

14 lines
327 B
JSON

{
"name": "creativetimofficial/material-dashboard",
"description": "Material Dashboard - Free Bootstrap Material Design Admin",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Creative Tim",
"email": "hello@creative-tim.com"
}
],
"require": {}
}