19 lines
345 B
JSON
19 lines
345 B
JSON
{
|
|
"name": "inja",
|
|
"version": "3.4.0",
|
|
"description": "Inja - A Template Engine for Modern C++",
|
|
"homepage": "https://github.com/pantor/inja",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"nlohmann-json",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|