Update Semantic
Fixes #40,#24
This commit is contained in:
parent
1715f27f44
commit
2027b94179
621 changed files with 172488 additions and 15939 deletions
24
web/semantic/composer.json
Normal file
24
web/semantic/composer.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name" : "semantic/ui",
|
||||
"description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
|
||||
"homepage" : "http://www.semantic-ui.com",
|
||||
"authors" : [
|
||||
{
|
||||
"name" : "Jack Lukic",
|
||||
"email" : "jacklukic@gmail.com",
|
||||
"homepage" : "http://www.jacklukic.com",
|
||||
"role" : "Creator"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Semantic-Org/Semantic-UI/issues",
|
||||
"source": "https://github.com/Semantic-Org/Semantic-UI"
|
||||
},
|
||||
"keywords" : [
|
||||
"semantic",
|
||||
"ui",
|
||||
"css",
|
||||
"framework"
|
||||
],
|
||||
"license" : "MIT"
|
||||
}
|
Reference in a new issue