1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/node_modules/gl-preserve-state/package.json
2023-12-11 11:59:56 -03:00

18 lines
514 B
JSON

{
"name": "gl-preserve-state",
"version": "1.0.0",
"description": "Caches specified GL state, runs a callback, and restores the cached state when done.",
"main": "index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsantell/gl-preserve-state.git"
},
"author": "Brandon Jones",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsantell/gl-preserve-state/issues"
},
"homepage": "https://github.com/jsantell/gl-preserve-state#readme"
}