glsl-util/package.json

24 lines
492 B
JSON
Raw Permalink 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
},
2022-04-20 19:22:08 +08:00
"browserify": {
"transform": "glslify"
},
2016-10-03 23:40:20 +08:00
"license": "MIT",
2022-04-20 19:22:08 +08:00
"main": "index.js",
"private": false,
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"
2022-04-20 19:22:08 +08:00
}
2016-10-03 23:40:20 +08:00
}