package.json 647 B

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