Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "cookieCuttr",
"version": "0.0.0",
"homepage": "https://github.com/mrgrt/cookieCuttr",
"authors": [
"weare2ndfloor <hello@weare2ndfloor.com>",
"Chris Wharton <chris@weare2ndfloor.com>",
"Grahame Thomson <mrgrahamethomson@gmail.com>"
],
"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"
}
}