Files
ninja/package.json
2026-05-28 17:18:21 +03:00

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"
}
}