-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 982 Bytes
/
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
{
"name": "gatsby-plugin-rgpd-acceptance",
"version": "2.1.6",
"description": "A minimal plugin to add all tiers-scripts and accept them.",
"main": "rgpd-acceptance.js",
"module": "rgpd-acceptance.js",
"files": [
"src",
"gatsby-browser.js",
"gatsby-node.js",
"gatsby-ssr.js"
],
"scripts": {
"test:pack": "npm pack",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"RGPD",
"GDPR",
"notice"
],
"author": "Renaud Héluin / NovaGaïa <renaud.heluin@novagaia.fr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/issues"
},
"homepage": "https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance#readme",
"devDependencies": {
"auto-changelog": "^2.4.0",
"cross-env": "^7.0.3",
"release-it": "^15.4.2"
}
}