mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-01 23:40:04 +00:00
18 lines
352 B
JSON
18 lines
352 B
JSON
|
{
|
||
|
"name": "spirv-tools",
|
||
|
"version": "VERSION",
|
||
|
"license": "Apache-2.0",
|
||
|
"main": "spirv-tools",
|
||
|
"types": "spirv-tools.d.ts",
|
||
|
"files": [
|
||
|
"*.wasm",
|
||
|
"*.js",
|
||
|
"*.d.ts"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/KhronosGroup/SPIRV-Tools"
|
||
|
},
|
||
|
"homepage": "https://github.com/KhronosGroup/SPIRV-Tools"
|
||
|
}
|