glsl-util/package.json
2022-04-20 19:40:42 +09:00

24 lines
464 B
JSON

{
"name": "@ykob/glsl-util",
"version": "1.0.3",
"description": "Private GLSL utility functions created by @ykob",
"author": {
"name": "Yoichi Kobayashi",
"email": "info@tplh.net",
"url": "https://www.tplh.net/"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ykob/glsl-util.git"
},
"private": false,
"files": [
"src/",
"LICENSE"
]
}