forked from osano/cookieconsent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 812 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
{
"name": "cookieconsent",
"version": "3.0.2",
"description": "Insites' cookie consent tool.",
"main": "build/cookieconsent.min.js",
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3",
"gulp-minify-css": "^1.2.4",
"gulp-autoprefixer": "^3.1.0",
"run-sequence": "^1.1.4",
"autoprefixer": "^6.4.0",
"gulp-bump": "^2.4.0",
"gulp-concat": "^2.6.0",
"yargs": "^5.0.0",
"gulp-diff": "^1.0.0"
},
"homepage": "http://cookieconsent.insites.com/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/insites/cookieconsent.git"
},
"author": "Silktide Ltd.",
"license": "MIT"
}