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": {
|
2022-10-04 13:16:16 +00:00
|
|
|
"openssl": {
|
|
|
|
"repository": "git+https://github.com/HenkKalkwater/openssl.git",
|
2022-11-19 21:07:25 +00:00
|
|
|
"version": "53a7d56bb25f9ee9b7659cf77b014c261423e750"
|
2022-10-04 13:16:16 +00:00
|
|
|
}
|
2020-11-23 10:00:11 +00:00
|
|
|
}
|
2022-09-16 11:09:03 +00:00
|
|
|
}
|