diff --git a/README.md b/README.md index 625924b..55d69ab 100644 --- a/README.md +++ b/README.md @@ -117,10 +117,10 @@ Tests are done using [Mocha](https://mochajs.org/). **(17-Oct-2015)** **LoadGo** is now hosted on [cdnjs](https://cdnjs.com/libraries/LoadGo), so you can link it directly. Thanks so much to cdnjs team for their quickly response! ([issue#5927](https://github.com/cdnjs/cdnjs/issues/5927)) ``` - + - + ``` ### Development environment diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..db44456 --- /dev/null +++ b/bower.json @@ -0,0 +1,34 @@ +{ + "name": "loadgo", + "main": [ + "loadgo.js" + ], + "homepage": "http://franverona.com/loadgo/", + "author": [ + "Fran Verona " + ], + "description": "LoadGo is a jQuery plugin for using your logo as a progress bar", + "keywords": [ + "jquery", + "javascript", + "plugin", + "loadgo", + "progress", + "bar", + "image" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "*.gif", + "jquery-3.2.1.min.js", + "node_modules", + "bower_components", + "tests", + "package.json", + "index.html" + ], + "dependencies": { + "jquery": ">=1.11.3" + } +}