-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "gdpr-cookie-notice",
"version": "1.0.0",
"description": "Solution to show a gdpr compliant cookie notice on your website",
"author": "Peter Viszt (https://visztpeter.me/)",
"homepage": "https://passatgt.github.io/gdpr-cookie-notice/",
"repository": "github:passatgt/gdpr-cookie-notice",
"keywords": [
"gdpr",
"cookie"
],
"devDependencies": {
"babel-eslint": "^8.2.3",
"ecstatic": "^3.2.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^4.0.2",
"gulp-html-to-js": "0.0.6",
"gulp-html2js": "^0.4.2",
"gulp-if": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.11",
"http": "0.0.0",
"js-cookie": "^2.2.0",
"mustard-ui": "0.0.7",
"normalize.css": "^8.0.0",
"sass-svg": "^1.2.0"
}
}