Browse Source

Adds composer.json file for composer

Former-commit-id: ac973839d7
Former-commit-id: e698a33257
pull/258/head
jlukic 11 years ago
parent
commit
0fa945cde3
1 changed files with 26 additions and 0 deletions
  1. 26
      composer.json

26
composer.json

@ -0,0 +1,26 @@
{
"name": "semantic/ui",
"require": {
"build": "*"
},
"version" : "0.1.0",
"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",
"web" : "http://www.jacklukic.com",
"role" : "Creator"
}
],
"keywords": [
"semantic",
"ui",
"css3",
"framework"
],
"license" : [
"http://semantic-ui.mit-license.org/"
]
}
Loading…
Cancel
Save