-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 800 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 800 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "nuxt-cookie-control",
"version": "1.9.5",
"description": "Nuxt Cookies Control Module",
"license": "MIT",
"author": "Dario Ferderber <[email protected]>",
"contributors": [
"Davor Teskera"
],
"keywords": [
"nuxt cookie control",
"nuxt gdpr",
"nuxt cookie consent",
"nuxt gdpr consent"
],
"main": "lib/module.js",
"repository": "https://gitlab.com/broj42/nuxt-cookie-control",
"publishConfig": {
"access": "public"
},
"eslintIgnore": [
"*"
],
"scripts": {
"postinstall": "node lib/postinstall.js"
},
"files": [
"lib",
"components",
"locale"
],
"dependencies": {
"css-vars-ponyfill": "^2.0.2",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"string-replace-loader": "^2.1.1"
}
}