add composer.json
Showing
1 changed file
with
22 additions
and
0 deletions
composer.json
0 → 100644
1 | { | ||
2 | "name": "bootflat/bootflat", | ||
3 | "description": "An open source Flat UI KIT based on Bootstrap (3.1.1). A faster, easier and less repetitive way for web developers to create elegant web apps.", | ||
4 | "keywords": [ | ||
5 | "css", | ||
6 | "scss", | ||
7 | "flat", | ||
8 | "framework", | ||
9 | "web" | ||
10 | ], | ||
11 | "homepage": "http://bootflat.github.io/", | ||
12 | "authors": [ | ||
13 | { | ||
14 | "name": "Bootflat", | ||
15 | "email": "info@flathemes.com" | ||
16 | } | ||
17 | ], | ||
18 | "support": { | ||
19 | "issues": "https://github.com/bootflat/bootflat.github.io/issues" | ||
20 | }, | ||
21 | "license": "MIT" | ||
22 | } |
-
Please register or sign in to post a comment