-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.03 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
{
"author": {
"name": "NielsHavermans",
"email": "nielshavermans@gmail.com"
},
"bugs": {
"url": "https://github.com/NielsHavermans/nuxt-cookie-wh/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "broj24"
}
],
"dependencies": {
"css-vars-ponyfill": "^2.0.2",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"string-replace-loader": "^2.1.1"
},
"deprecated": false,
"description": "Nuxt Cookies Control Module Woonhome",
"eslintIgnore": [
"*"
],
"files": [
"lib",
"components",
"locale"
],
"homepage": "https://github.com/NielsHavermans/nuxt-cookie-wh",
"keywords": [
"nuxt cookie control based",
"nuxt cookie wh"
],
"license": "MIT",
"main": "lib/module.js",
"name": "nuxt-cookie-wh",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git@github.com:NielsHavermans/nuxt-cookie-wh.git"
},
"scripts": {
"postinstall": "node lib/postinstall.js"
},
"version": "1.9.7"
}