12345678910111213141516171819202122232425262728 |
- {
- "name": "tarteaucitronjs",
- "version": "1.9.9",
- "main": "tarteaucitron.js",
- "description": "Comply to the European cookie law",
- "dependencies": {},
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/AmauriC/tarteaucitron.js.git"
- },
- "keywords": [
- "cookie",
- "law",
- "rgpd",
- "gdpr",
- "cookie"
- ],
- "author": "amauri.io",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/AmauriC/tarteaucitron.js/issues"
- },
- "homepage": "https://github.com/AmauriC/tarteaucitron.js#readme"
- }
|