-
Notifications
You must be signed in to change notification settings - Fork 44
/
bower.json
39 lines (39 loc) · 1.01 KB
/
bower.json
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": "flat-ui-sass",
"version": "2.1.3",
"homepage": "https://github.com/wingrunr21/flat-ui-sass",
"authors": [
{
"name": "Stafford Brunk",
"email": "[email protected]",
"homepage": "http://staffordb.ru/nk"
}
],
"description": "flat-ui-sass is a SASS port of Designmodo's Flat-UI Free",
"main": [
"vendor/assets/stylesheets/flat-ui.scss",
"vendor/assets/fonts/flat-ui/flat-ui-icons-regular.eot",
"vendor/assets/fonts/flat-ui/flat-ui-icons-regular.svg",
"vendor/assets/fonts/flat-ui/flat-ui-icons-regular.ttf",
"vendor/assets/fonts/flat-ui/flat-ui-icons-regular.woff",
"vendor/assets/javascripts/flat-ui.js",
"vendor/assets/javascripts/flatui-checkbox.js",
"vendor/assets/javascripts/flatui-radio.js"
],
"keywords": [
"flat-ui",
"bootstrap",
"scss",
"sass"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"bootstrap-sass": "~3.0.2"
}
}