bower.json
893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "Bootflat",
"version": "2.0.0",
"homepage": "http://bootflat.github.io",
"authors": [
"flathemes <info@flathemes.com>"
],
"description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
"repository": {
"type": "git",
"url": "https://github.com/bootflat/bootflat.github.io.git"
},
"main": [
"bootflat/css/*",
"bootflat/scss/*",
"bootflat/fonts/*",
"bootflat/js/*",
"bootflat/img/*"
],
"keywords": [
"mobile",
"html5",
"bootflat",
"bootstrap"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"angularicons",
"free-psd.html",
"documentation.html",
"getting-started.html",
"index.html",
"test",
"tests"
]
}