diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..cf74ffd --- /dev/null +++ b/bower.json @@ -0,0 +1,21 @@ +{ + "name": "background-check", + "version": "1.2.2", + "homepage": "http://www.kennethcachia.com/background-check/", + "authors": [ + "Kenneth Cachia" + ], + "description": "Automatically switch to a darker or a lighter version of an element depending on the brightness of images behind it.", + "main": "background-check.js", + "moduleType": [ + "amd", + "globals" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test" + ] +} \ No newline at end of file