forked from Alex-D/Cookies-EU-banner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.22 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
{
"name": "cookies-eu-banner",
"title": "Cookies EU banner",
"description": "Manage display of banner to accept/reject cookies from tracking services like Google Analytics",
"version": "2.0.1",
"main": "dist/cookies-eu-banner.js",
"homepage": "http://alex-d.github.io/Cookies-EU-banner/",
"author": {
"name": "Alex-D",
"email": "[email protected]",
"url": "http://alex-d.fr"
},
"repository": {
"type": "git",
"url": "https://github.com/Alex-D/cookies-eu-banner.git"
},
"bugs": {
"url": "https://github.com/Alex-D/cookies-eu-banner/issues"
},
"license": "MIT",
"devDependencies": {
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.7",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.6.0",
"gulp-newer": "^1.4.0",
"gulp-rename": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"jshint-stylish": "^2.2.1",
"vinyl-paths": "^3.0.0"
},
"scripts": {
"start": "gulp",
"clean": "gulp clean",
"build": "gulp build",
"lint": "gulp lint",
"test": "gulp test"
},
"dependencies": {
"jshint": "^2.10.2"
},
"keywords": [
"cookies",
"analytics",
"rgpd",
"gdpr"
]
}