forked from cdwharton/cookieCuttr
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CuttACookie.jquery.json
36 lines (36 loc) · 1 KB
/
CuttACookie.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "CuttACookie",
"title": "jQuery CuttACookie",
"description": "A tailorable jQuery plugin to deal with the EU Cookie Law",
"keywords": [
"cookie",
"law",
"consent",
"analytics"
],
"version": "1.0.2",
"author": {
"name": "Chris Wharton And others",
"url": "https://github.com/marcodejongh/CuttACookie/blob/1.0.2/AUTHORS.txt"
},
"maintainers": [
{
"name": "Marco de Jongh",
"email": "m.dejongh@quicknet.nl",
"url": "https://github.com/marcodejongh"
}
],
"licenses": [
{
"type": "GPL V3",
"url": "https://github.com/marcodejongh/CuttACookie/blob/1.0.2/gpl.txt"
}
],
"bugs": "https://github.com/marcodejongh/CuttACookie/issues",
"homepage": "https://github.com/marcodejongh/CuttACookie",
"docs": "https://github.com/marcodejongh/CuttACookie/wiki",
"dependencies": {
"jquery": ">=1.5",
"jquery-cookie": ">=1.0"
}
}