package.json 645 B

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