mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 05:38:24 -05:00
12 lines
222 B
JSON
Executable File
12 lines
222 B
JSON
Executable File
{
|
|
"name": "cpp-jwt",
|
|
"version": "1.5",
|
|
"description": "JSON Web Token library for C++",
|
|
"homepage": "https://github.com/arun11299/cpp-jwt",
|
|
"dependencies": [
|
|
"nlohmann-json",
|
|
"openssl",
|
|
"gtest"
|
|
]
|
|
}
|