Skip to content

Commit 0fa945c

Browse files
committed
Adds composer.json file for composer
Former-commit-id: ac97383 Former-commit-id: e698a33257531518f6487220c897b7c0d6ef0c73
1 parent 4e2334a commit 0fa945c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

composer.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "semantic/ui",
3+
"require": {
4+
"build": "*"
5+
},
6+
"version" : "0.1.0",
7+
"description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
8+
"homepage" : "http://www.semantic-ui.com",
9+
"authors": [
10+
{
11+
"name" : "Jack Lukic",
12+
"email": "[email protected]",
13+
"web" : "http://www.jacklukic.com",
14+
"role" : "Creator"
15+
}
16+
],
17+
"keywords": [
18+
"semantic",
19+
"ui",
20+
"css3",
21+
"framework"
22+
],
23+
"license" : [
24+
"http://semantic-ui.mit-license.org/"
25+
]
26+
}

0 commit comments

Comments
 (0)