11 lines
261 B
JSON
Executable File
11 lines
261 B
JSON
Executable File
{
|
|
"name": "jwt-cpp",
|
|
"version-semver": "0.6.0",
|
|
"description": "A header only library for creating and validating json web tokens in c++",
|
|
"homepage": "https://github.com/Thalhammer/jwt-cpp",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"picojson"
|
|
]
|
|
}
|