Skip to content

Commit f52e3f8

Browse files
committed
Merge branch 'smilledge-feature/bower'
2 parents 31c9f1b + 433012c commit f52e3f8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "background-check",
3+
"version": "1.2.2",
4+
"homepage": "http://www.kennethcachia.com/background-check/",
5+
"authors": [
6+
"Kenneth Cachia"
7+
],
8+
"description": "Automatically switch to a darker or a lighter version of an element depending on the brightness of images behind it.",
9+
"main": "background-check.js",
10+
"moduleType": [
11+
"amd",
12+
"globals"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test"
20+
]
21+
}

0 commit comments

Comments
 (0)