UNPKG

1.78 kBJSONView Raw
1{
2 "name": "cookie-notice",
3 "version": "1.3.9",
4 "description": "A very simple configurable and small (4.5kb / 2kB gzipped) vanilla JS lib with out of the box multi language support [it, en, fr, pt, es, nl, de, pl] for GDPR/DSGVO and notification purposes",
5 "main": "gruntfile.js",
6 "browser": "dist/cookie.notice.js",
7 "scripts": {
8 "start": "./node_modules/.bin/live-server --port=9001",
9 "test": "grunt"
10 },
11 "keywords": [
12 "GDPR",
13 "DSGVO",
14 "customize",
15 "cookie",
16 "banner",
17 "cookiebanner",
18 "cookie-banner",
19 "cookienotice",
20 "cookie-notice",
21 "notice",
22 "vanilla",
23 "js",
24 "javascript"
25 ],
26 "author": "Alessandro Benoit, Bernhard Behrendt",
27 "contributors": [
28 {
29 "name": "Bernhard Behrendt"
30 },
31 {
32 "name": "Nick Freear"
33 },
34 {
35 "name": "Matthias Schröder"
36 },
37 {
38 "name": "Andrea Bergamasco"
39 }
40 ],
41 "license": "MIT",
42 "devDependencies": {
43 "grunt": "^1.4.1",
44 "grunt-cli": "^1.4.3",
45 "grunt-contrib-connect": "^3.0.0",
46 "grunt-contrib-qunit": "^5.1.1",
47 "grunt-contrib-uglify": "^5.0.1",
48 "grunt-rsids-pa11y": "^0.3.4",
49 "grunt-strip-code": "^1.0.9",
50 "jquery": "^3.6.0",
51 "phantomjs-prebuilt": "^2.1.16",
52 "qunit": "^2.17.2",
53 "live-server": "^1.2.1"
54 },
55 "engines": {
56 "node": ">=6.0"
57 },
58 "files": [
59 "dist/",
60 "src/"
61 ],
62 "bugs": "https://github.com/AOEpeople/cookie-notice/issues",
63 "repository": {
64 "type": "git",
65 "url": "https://github.com/AOEpeople/cookie-notice"
66 }
67}