-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 898 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
{
"name": "cookieconsent",
"version": "2.1.3",
"description": "Cookie Consent",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onza/CookieConsent.git"
},
"author": "Martin Farkas, Robin Danzinger",
"license": "MIT",
"bugs": {
"url": "https://github.com/onza/CookieConsent/issues"
},
"homepage": "https://github.com/onza/CookieConsent#readme",
"dependencies": {
},
"devDependencies": {
"browserslist": "^4.21.5",
"del": "^5.1.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-terser": "^2.1.0",
"gulp": "^4.0.2",
"gulp-sass": "^5.0.0",
"sass": "^1.50.1"
},
"browserslist": [
"> 0.2%",
"last 2 versions",
"not dead"
]
}