-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
{
"name": "cookies-notification",
"version": "1.0.2",
"description": "🍪 A simple and small cookies consent notification",
"main": "src/js/index.js",
"homepage": "https://github.com/adrcav/cookies-notification#readme",
"repository": {
"type": "git",
"url": "https://github.com/adrcav/cookies-notification"
},
"bugs": {
"url": "https://github.com/adrcav/cookies-notification/issues"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"@babel/runtime": "^7.7.7",
"babel-jest": "^26.3.0",
"babelify": "^10.0.0",
"browser-sync": "^2.26.7",
"browserify": "^16.5.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-buffer": "0.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wait": "^0.0.2",
"jest": "^26.4.2",
"js-cookie": "^2.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"test": "jest",
"start": "gulp",
"start:server": "gulp server",
"build": "gulp build"
},
"author": "Adriel Cavalcanti (https://github.com/adrcav)",
"license": "MIT"
}