composer.json 419 B

123456789101112131415
  1. {
  2. "name": "naucon/grav-plugin-cookieconsent",
  3. "description": "This grav plugin is to alert users about the use of cookies on your website. The plugin integrates the popular js lib cookie consent by insites.",
  4. "license": "MIT",
  5. "authors": [
  6. {
  7. "name": "naucon"
  8. }
  9. ],
  10. "require-dev": {
  11. "getgrav/grav": "^1.2",
  12. "codeception/codeception": "~2.2",
  13. "phpunit/php-code-coverage": "~2.0"
  14. }
  15. }