hunt-jwt/dub.json
2020-11-23 18:00:11 +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 © 2020, HuntLabs",
"license": "MIT",
"dependencies": {
"hunt-openssl": "~>1.0.1"
}
}