-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bower.json
36 lines (36 loc) · 850 Bytes
/
.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
{
"name": "css-util-microclearfix",
"homepage": "https://github.com/Horttcore/css-util-microclearfix",
"authors": [
"Ralf Hortt <me@horttcore.de>"
],
"description": "Nicolas Gallagher famous micro clearfix",
"main": "cf.css",
"keywords": [
"css",
"clearfix"
],
"repository": {
"type": "git",
"url": "git://github.com/Horttcore/css-util-microclearfix.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"version": "1.0.0",
"_release": "1.0.0",
"_resolution": {
"type": "version",
"tag": "v1.0.0",
"commit": "f5e54ea427b14039287b61e24e0ea84f43264cd1"
},
"_source": "https://github.com/Horttcore/css-util-microclearfix.git",
"_target": "^1.0.0",
"_originalSource": "css-util-microclearfix",
"_direct": true
}