forked from micc83/cookie-notice-js
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
67 lines (67 loc) · 1.73 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "cookie-notice",
"version": "1.3.9",
"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",
"main": "gruntfile.js",
"browser": "dist/cookie.notice.js",
"scripts": {
"start": "./node_modules/.bin/live-server --port=9001",
"test": "grunt"
},
"keywords": [
"GDPR",
"DSGVO",
"customize",
"cookie",
"banner",
"cookiebanner",
"cookie-banner",
"cookienotice",
"cookie-notice",
"notice",
"vanilla",
"js",
"javascript"
],
"author": "Alessandro Benoit, Bernhard Behrendt",
"contributors": [
{
"name": "Bernhard Behrendt"
},
{
"name": "Nick Freear"
},
{
"name": "Matthias Schröder"
},
{
"name": "Andrea Bergamasco"
}
],
"license": "MIT",
"devDependencies": {
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-qunit": "^5.1.1",
"grunt-contrib-uglify": "^5.0.1",
"grunt-rsids-pa11y": "^0.3.4",
"grunt-strip-code": "^1.0.9",
"jquery": "^3.6.0",
"phantomjs-prebuilt": "^2.1.16",
"qunit": "^2.17.2",
"live-server": "^1.2.1"
},
"engines": {
"node": ">=6.0"
},
"files": [
"dist/",
"src/"
],
"bugs": "https://github.com/AOEpeople/cookie-notice/issues",
"repository": {
"type": "git",
"url": "https://github.com/AOEpeople/cookie-notice"
}
}