We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c9f1b commit 433012cCopy full SHA for 433012c
bower.json
@@ -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