cookieconsent2
Version:
Silktide's cookie consent tool.
28 lines (27 loc) • 692 B
JSON
{
"name": "cookieconsent2",
"version": "1.0.10-2",
"description": "Silktide's cookie consent tool.",
"main": "cookieconsent.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"postinstall": "gulp build"
},
"dependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.1.0",
"run-sequence": "^1.1.4",
"yargs": "^3.9.1"
},
"homepage": "http://silktide.com/tools/cookieconsent",
"repository": {
"type": "git",
"url": "https://github.com/silktide/cookieconsent2.git"
},
"author": "Silktide Ltd.",
"license": "MIT"
}