forked from felixarntz/wp-gdpr-cookie-notice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "wp-gdpr-cookie-notice",
"version": "1.0.0-beta.2",
"description": "Simple performant cookie consent notice that supports AMP, granular cookie control and live preview customization.",
"keywords": [
"wordpress",
"plugin",
"gdpr",
"cookie notice",
"cookie consent",
"granular cookie control",
"customizer"
],
"author": {
"name": "Felix Arntz",
"email": "[email protected]",
"url": "https://felix-arntz.me"
},
"contributors": [
{
"name": "Felix Arntz",
"email": "[email protected]",
"url": "https://felix-arntz.me"
}
],
"homepage": "https://wordpress.org/plugins/wp-gdpr-cookie-notice/",
"repository": {
"type": "git",
"url": "git://github.com/felixarntz/wp-gdpr-cookie-notice.git"
},
"bugs": {
"url": "https://github.com/felixarntz/wp-gdpr-cookie-notice/issues"
},
"license": "GPL-2.0-or-later",
"engines": {
"node": ">= 6.9.4"
},
"devDependencies": {
"gulp": "~3.9.1",
"gulp-replace": "~0.5.4"
}
}