package.json 617 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "tarteaucitronjs",
  3. "version": "1.8.2",
  4. "description": "Comply to the European cookie law",
  5. "dependencies": {},
  6. "devDependencies": {},
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/AmauriC/tarteaucitron.js.git"
  13. },
  14. "keywords": [
  15. "cookie",
  16. "law",
  17. "rgpd",
  18. "gdpr",
  19. "cookie"
  20. ],
  21. "author": "Amauri.IO",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/AmauriC/tarteaucitron.js/issues"
  25. },
  26. "homepage": "https://github.com/AmauriC/tarteaucitron.js#readme"
  27. }