29a6f764 by bootflat

update bower.json

1 parent 8b764670
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 }