-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathpackage.json
30 lines (30 loc) · 872 Bytes
/
package.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
{
"name": "jquery-eu-cookie-law-popup",
"title": "jQuery EU Cookie Law popups",
"description": "An easy-to-install jQuery plugin to create EU Cookie Law popups & GDPR compliance",
"keywords": [
"eu",
"gdpr",
"cookie",
"law",
"popup"
],
"version": "1.1.3",
"author": {
"name": "Richard Dancsi",
"url": "http://www.wimagguc.com/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/wimagguc/jquery-eu-cookie-law-popup/blob/master/LICENSE.md"
}
],
"bugs": "https://github.com/wimagguc/jquery-eu-cookie-law-popup/issues",
"homepage": "http://www.wimagguc.com/2018/05/gdpr-compliance-with-the-jquery-eu-cookie-law-plugin/",
"docs": "https://github.com/wimagguc/jquery-eu-cookie-law-popup/",
"download": "https://github.com/wimagguc/jquery-eu-cookie-law-popup/archive/master.zip",
"dependencies": {
"jquery": ">=1.7"
}
}