{
  "name": "wasm-naga",
  "collaborators": [
    "Pelle Johnsen pelle.johnsen@gmail.com>"
  ],
  "description": "wasm build of gfx-rs/naga",
  "version": "0.3.2",
  "license": "MIT OR Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/pjoe/wasm-naga"
  },
  "files": [
    "web",
    "wasm_naga_bg.wasm",
    "wasm_naga.js",
    "wasm_naga_bg.js",
    "wasm_naga.d.ts",
    "LICENSE_MIT",
    "LICENSE_APACHE"
  ],
  "main": "wasm_naga.js",
  "module": "web/wasm_naga.js",
  "types": "wasm_naga.d.ts"
}