-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "cookiebar",
"version": "1.0.0",
"description": "It is a pure JS code, that warns the visitors in the notification bar, the page saves cookies. This is Compliant with the new EU cookie law.",
"main": "dist/cookiebar.js",
"config": {
"port": "8080"
},
"scripts": {
"start": "gulp start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/icetee/cookiebar.git",
"files": [
"dist/*.{js, css}",
"src/*.{js, css}"
],
"keywords": [
"cookie",
"bar",
"eu",
"law",
"pure",
"vanilla"
],
"author": "Tamás András Horváth <[email protected]> (https://icetee.hu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/icetee/cookiebar/issues"
},
"homepage": "https://github.com/icetee/cookiebar#readme",
"devDependencies": {
"express": "^4.16.4",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-express": "^0.3.5",
"gulp-header": "^1.8.2",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0"
}
}