animate/webGl/my-threejs-test/node_modules/glsl-token-string/package.json

33 lines
768 B
JSON
Raw Normal View History

2024-06-24 09:24:00 +00:00
{
"name": "glsl-token-string",
"version": "1.0.1",
"description": "Converts an array of GLSL tokens to a plain source string",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "node test | tap-spec"
},
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"dependencies": {},
"devDependencies": {
"glsl-tokenizer": "^2.0.0",
"tap-spec": "^2.1.2",
"tape": "^3.0.3"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glsl-token-string.git"
},
"keywords": [
"ecosystem:stackgl"
],
"homepage": "https://github.com/stackgl/glsl-token-string",
"bugs": {
"url": "https://github.com/stackgl/glsl-token-string/issues"
}
}