-
- Downloads
Add composer.json
composer.json
0 → 100644
{ | ||
"name": "drupal/cryptolog", | ||
"description": "Enhances user privacy by replacing client IP addresses with ephemeral identifiers.", | ||
"type": "drupal-module", | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "https://www.drupal.org/project/cryptolog", | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/cryptolog", | ||
"source": "https://git.drupalcode.org/project/cryptolog" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "mark burdett", | ||
"homepage": "https://www.drupal.org/u/mfb" | ||
} | ||
], | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/mfb" | ||
}, | ||
{ | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/mfb" | ||
} | ||
] | ||
} |
Please register or sign in to comment