-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.16 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
{
"version": "1.0.4",
"name": "@vivaprivacy/cookie-consent",
"description": "Best GDPR banner",
"main": "build/cookie-consent.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prod": "webpack --mode production",
"dev": "webpack --mode development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VIVA-PRIVACY/cookie-consent.git"
},
"keywords": [
"GDPR",
"customize",
"cookie",
"notice",
"vanilla",
"js",
"cookie consent",
"GDPR",
"CCPA",
"LGPD",
"cookie notice",
"cookie banner",
"cookie popup",
"banner",
"law",
"compliance"
],
"author": "balandmitrii",
"license": "ISC",
"bugs": {
"url": "https://github.com/VIVA-PRIVACY/cookie-consent/issues"
},
"homepage": "https://github.com/VIVA-PRIVACY/cookie-consent#readme",
"devDependencies": {
"css-loader": "^3.4.2",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"js-cookie": "^2.2.1"
}
}