14 lines
285 B
JSON
14 lines
285 B
JSON
|
{
|
||
|
"name": "wren",
|
||
|
"version": "0.4.0",
|
||
|
"description": "Wren is a small, fast, class-based concurrent scripting language.",
|
||
|
"homepage": "https://github.com/wren-lang/wren",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|