2019-10-11 03:27:44 +00:00
|
|
|
{
|
|
|
|
"name": "hunt-jwt",
|
|
|
|
"authors": [
|
2020-11-23 10:00:11 +00:00
|
|
|
"Oleh Havrys",
|
|
|
|
"Sergey Buth",
|
|
|
|
"Lionello Lunesu",
|
|
|
|
"Tomáš Chaloupka",
|
|
|
|
"Zelalem Mekonen",
|
|
|
|
"HuntLabs"
|
2019-10-11 03:27:44 +00:00
|
|
|
],
|
2020-11-23 10:00:11 +00:00
|
|
|
"description": "A D implementation of JSON Web Tokens",
|
2021-03-04 12:38:00 +00:00
|
|
|
"copyright": "Copyright © 2021, HuntLabs",
|
2020-11-23 10:00:11 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2021-03-04 12:38:00 +00:00
|
|
|
"hunt-openssl": "~>1.0.4"
|
2020-11-23 10:00:11 +00:00
|
|
|
}
|
2019-10-11 03:27:44 +00:00
|
|
|
}
|