19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"name": "tool-ninja",
|
|
"version": "1.13.1",
|
|
"description": "Ninja is a small build system with a focus on speed",
|
|
"keywords": [
|
|
"tools",
|
|
"build system"
|
|
],
|
|
"homepage": "https://ninja-build.org",
|
|
"license": "Apache-2.0",
|
|
"system": [
|
|
"*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ninja-build/ninja"
|
|
}
|
|
}
|