forked from Alex-D/Cookies-EU-banner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "cookies-eu-banner",
"title": "Cookies EU banner",
"description": "Manage display of banner to accept/reject cookies from tracking services like Google Analytics",
"version": "1.2.13",
"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": "2.0.2",
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-header": "1.8.9",
"gulp-jshint": "1.11.2",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "1.5.0",
"gulp-newer": "1.0.0",
"gulp-rename": "1.2.2",
"gulp-size": "2.1.0",
"gulp-uglify": "1.4.2",
"jshint-stylish": "2.2.1",
"vinyl-paths": "2.0.0"
},
"scripts": {
"build": "npm install && gulp build",
"start": "gulp",
"test": "gulp test"
}
}