hunt-jwt/dub.json
2021-03-04 20:38:00 +08:00

17 lines
325 B
JSON

{
"name": "hunt-jwt",
"authors": [
"Oleh Havrys",
"Sergey Buth",
"Lionello Lunesu",
"Tomáš Chaloupka",
"Zelalem Mekonen",
"HuntLabs"
],
"description": "A D implementation of JSON Web Tokens",
"copyright": "Copyright © 2021, HuntLabs",
"license": "MIT",
"dependencies": {
"hunt-openssl": "~>1.0.4"
}
}