update bower.json
Showing
1 changed file
with
29 additions
and
0 deletions
bower.json
0 → 100644
1 | { | ||
2 | "name": "Bootflat", | ||
3 | "version": "2.0.0", | ||
4 | "homepage": "http://bootflat.github.io", | ||
5 | "authors": [ | ||
6 | "Dong Xu <Bootflat2@gmail.com>" | ||
7 | ], | ||
8 | "description": "BOOTFLAT is an open source Flat UI KIT based on Twitter Bootstrap 3.1.0 css framework. It provides a faster, easier and less repetitive way for web developers to create elegant web app.", | ||
9 | "main": [ | ||
10 | "bootflat/css/*", | ||
11 | "bootflat/scss/*", | ||
12 | "bootflat/fonts/*", | ||
13 | "bootflat/js/*", | ||
14 | "bootflat/img/*", | ||
15 | ], | ||
16 | "keywords": [ | ||
17 | "mobile", | ||
18 | "html5", | ||
19 | "bootflat", | ||
20 | "bootstrap" | ||
21 | ], | ||
22 | "license": "MIT", | ||
23 | "private": false, | ||
24 | "ignore": [ | ||
25 | "**/.*", | ||
26 | "node_modules", | ||
27 | "bower_components" | ||
28 | ] | ||
29 | } |
-
Please register or sign in to post a comment