Skip to content

Commit f6060dd

Browse files
Create composer.json
1 parent 2fc08bd commit f6060dd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

composer.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "flexiblegrid",
3+
"type": "library",
4+
"description": "flexible grid layouts to get you familiar with building within the flexible grid system.",
5+
"keywords": ["flex","grid","css","scss","sass","html","flex-framework","flexible"],
6+
"homepage": "http://www.flexible-grid.com",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Kenan Gündoğan",
11+
"email": "[email protected]",
12+
"homepage": "kenangundogan.com",
13+
"role": "Visual UI / UX Designer and Developer"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)