{
  "name": "shaderfab",
  "version": "1.0.10",
  "displayName": "Shaderfab",
  "description": "A HLSL shader library which includes algorithms for math, graphics and physics.",
  "main": "index.hlsl",
  "files": [
    "ShaderLibrary",
    "ShaderLibrary.meta",
    "package.json",
    "package.json.meta"
  ],
  "dependencies": {
    
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chqilin/ShaderKernels.git"
  },
  "keywords": [
    "shader",
    "hlsl",
    "gpu",
    "math",
    "graphics",
    "physics"
  ],
  "author": "Qilin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/chqilin/Shaderfab/issues"
  },
  "homepage": "https://github.com/chqilin/Shaderfab#readme"
}
