mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 19:49:02 +08:00
17 lines
310 B
JSON
17 lines
310 B
JSON
|
{
|
||
|
"name": "nodesoup",
|
||
|
"version-date": "2023-06-12",
|
||
|
"description": "Force-directed graph layout with Fruchterman-Reingold",
|
||
|
"license": "Unlicense",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|