glsl-util/package.json

24 lines
464 B
JSON
Raw Normal View History

2016-10-03 23:40:20 +08:00
{
2022-04-20 18:40:42 +08:00
"name": "@ykob/glsl-util",
"version": "1.0.3",
"description": "Private GLSL utility functions created by @ykob",
2016-10-03 23:40:20 +08:00
"author": {
2022-04-20 18:40:42 +08:00
"name": "Yoichi Kobayashi",
"email": "info@tplh.net",
"url": "https://www.tplh.net/"
2016-10-03 23:40:20 +08:00
},
"license": "MIT",
2022-04-20 18:40:42 +08:00
"publishConfig": {
"access": "public"
},
2016-10-03 23:40:20 +08:00
"repository": {
"type": "git",
2016-12-27 14:16:40 +08:00
"url": "https://github.com/ykob/glsl-util.git"
2016-10-03 23:40:20 +08:00
},
2022-04-20 18:40:42 +08:00
"private": false,
"files": [
"src/",
"LICENSE"
]
2016-10-03 23:40:20 +08:00
}