forked from ToX82/cookie-bar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 693 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 693 Bytes
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
{
"name": "cookie-bar",
"title": "cookieBAR",
"version": "1.10.2",
"description": "cookieBAR is a free & easy solution to the EU cookie law.",
"main": "cookiebar-latest.min.js",
"homepage": "https://cookie-bar.eu",
"repository": {
"type": "git",
"url": "https://github.com/ToX82/cookie-bar.git"
},
"author": "Emanuele 'ToX' Toscano",
"contributors": ["https://github.com/ToX82/cookie-bar/graphs/contributors"],
"keywords": [
"cookie",
"cookielaw",
"cookiebar",
"cookie consent",
"multilanguage",
"vanilla js"
],
"bugs": {
"url": "https://github.com/ToX82/cookie-bar/issues"
},
"license": "GNU GPL v2.0",
"dependencies": {}
}