diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 6322435..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/README.md b/README.md index 2aed0df..de0a00d 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,18 @@ A tailorable jQuery plugin to deal with the EU Cookie Law. **We're not accepting any more pull requests, someone else is working on a new version at the moment, when its ready, we'll link it here.** +Quick start +----------- + +- Install with [Bower](http://bower.io): `bower install git://github.com/mrgrt/cookieCuttr.git`. + Dependencies ------------ * [jQuery](https://github.com/jquery/jquery) * [jQuery.cookie](https://github.com/carhartl/jquery-cookie) -Useage +Usage ------ Add `jquery.cookiecuttr.js`, after jQuery and jQuery.cookie, and `cookiecuttr.css` to the head of your HTML document. Then call CookieCuttr on document ready. diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e33b00a --- /dev/null +++ b/bower.json @@ -0,0 +1,30 @@ +{ + "name": "cookieCuttr", + "version": "0.0.0", + "homepage": "https://github.com/mrgrt/cookieCuttr", + "authors": [ + "weare2ndfloor ", + "Chris Wharton ", + "Grahame Thomson " + ], + "description": "A tailorable jQuery plugin to deal with the EU Cookie Law.", + "main": [ + "./jquery.cookiecuttr.js", + "./cookiecuttr.css" + ], + "keywords": [ + "cookie" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "jquery": ">= 1.9.0", + "jquery.cookie" : ">= 1.4.1" + } +}